Html Css Color HEX #114463 Astronaut Blue

📋 copy color: '#114463'

red 17 ◦ green 68 ◦ blue 99

#114463
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Astronaut Blue #114463

Tints of Astronaut Blue #114463

RGB

 RED value IS 17 (7.03% from 255) = 9.24%

 GREEN value IS 68 (26.95% from 255) = 36.96%

 BLUE value IS 99 (39.06% from 255) = 53.8%

R = 9.24%
G = 36.96%
B = 53.8%

CMYK

 C value IS 0.83

 M value IS 0.31

 Y value IS 0

 K value IS 0.61

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#114463 (or 0x114463) is known color: Astronaut Blue. HEX triplet: 11, 44 and 63. RGB value is (17,68,99). Sum of RGB (Red+Green+Blue) = 17+68+99=184 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.24% from 184); Green value is 68 (26.95% from 255 or 36.96% from 184); Blue value is 99 (39.06% from 255 or 53.80% from 184); Max value from RGB is 99 - color contains mainly: blue. Hex color #114463 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #114463 is #EEBB9C. Grayscale: #383838. Windows color (decimal): -15645597 or 6505489. OLE color: 6505489.

HSL color Cylindrical-coordinate representation of color #114463: hue angle of 202.68º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #114463 is Cyan = 0.83, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 17 68 99 -
CMYK 0.83 0.31 0 0.61
HSL 202.68º 0.71% 0.23% -
HSV(B) 202.68º 0.83% 0.39% -
XYZ 4.55 5.15 12.56 -
YUV 56.29 152.1 99.98 -
System Red Green Blue C M Y K H S L
Decimal 17 68 99 0.83 0.31 0 0.61 202.68 0.71 0.23
Hex 11 44 63 53 1F 0 3D CB 47 17
Octal 21 104 143 123 37 0 75 313 107 27
Binary 10001 1000100 1100011 1010011 11111 0 111101 11001011 1000111 10111

Color Harmonies of #114463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114463

Black with #114463

Text Example


Text Example

White with #114463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114463; }

 p { color: rgb(17,68,99); }

 H1.HeaderClassName
 {
   color: #114463;
 }
 .AnyTagClassName
 {
   color: #114463;
 }
</style>

background-color css

<style>
 a { background-color: #114463; }

 a { background-color: rgb(17,68,99); }

 div.DivClassName
 {
   background-color: #114463;
 }
 .BgClassName
 {
   background-color: #114463;
 }
</style>

border-color css

<style>
 span { border-color: #114463; }

 span { border-color: rgb(17,68,99); }

 td.TdClassName
 {
   border-color: #114463;
 }
 .TagClassName
 {
   border-color: #114463;
 }
</style>