Html Css Color HEX #114C67 Astronaut Blue

📋 copy color: '#114C67'

red 17 ◦ green 76 ◦ blue 103

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

Shades of Astronaut Blue #114C67

Tints of Astronaut Blue #114C67

RGB

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

 GREEN value IS 76 (30.08% from 255) = 38.78%

 BLUE value IS 103 (40.63% from 255) = 52.55%

R = 8.67%
G = 38.78%
B = 52.55%

CMYK

 C value IS 0.83

 M value IS 0.26

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#114C67 (or 0x114C67) is known color: Astronaut Blue. HEX triplet: 11, 4C and 67. RGB value is (17,76,103). Sum of RGB (Red+Green+Blue) = 17+76+103=196 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.67% from 196); Green value is 76 (30.08% from 255 or 38.78% from 196); Blue value is 103 (40.62% from 255 or 52.55% from 196); Max value from RGB is 103 - color contains mainly: blue. Hex color #114C67 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #114C67 is #EEB398. Grayscale: #3D3D3D. Windows color (decimal): -15643545 or 6769681. OLE color: 6769681.

HSL color Cylindrical-coordinate representation of color #114C67: hue angle of 198.84º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #114C67 is Cyan = 0.83, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 17 76 103 -
CMYK 0.83 0.26 0 0.60
HSL 198.84º 0.72% 0.24% -
HSV(B) 198.84º 0.83% 0.4% -
XYZ 5.26 6.27 13.76 -
YUV 61.44 151.45 96.3 -
System Red Green Blue C M Y K H S L
Decimal 17 76 103 0.83 0.26 0 0.60 198.84 0.72 0.24
Hex 11 4C 67 53 1A 0 3C C7 48 18
Octal 21 114 147 123 32 0 74 307 110 30
Binary 10001 1001100 1100111 1010011 11010 0 111100 11000111 1001000 11000

Color Harmonies of #114C67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114C67

Black with #114C67

Text Example


Text Example

White with #114C67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114C67; }

 p { color: rgb(17,76,103); }

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

background-color css

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

 a { background-color: rgb(17,76,103); }

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

border-color css

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

 span { border-color: rgb(17,76,103); }

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