Html Css Color HEX #0C4C67 Astronaut Blue

📋 copy color: '#0C4C67'

red 12 ◦ green 76 ◦ blue 103

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

Shades of Astronaut Blue #0C4C67

Tints of Astronaut Blue #0C4C67

RGB

 RED value IS 12 (5.08% from 255) = 6.28%

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

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

R = 6.28%
G = 39.79%
B = 53.93%

CMYK

 C value IS 0.88

 M value IS 0.26

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#0C4C67 (or 0x0C4C67) is known color: Astronaut Blue. HEX triplet: 0C, 4C and 67. RGB value is (12,76,103). Sum of RGB (Red+Green+Blue) = 12+76+103=191 (25% of max value = 765). Red value is 12 (5.08% from 255 or 6.28% from 191); Green value is 76 (30.08% from 255 or 39.79% from 191); Blue value is 103 (40.62% from 255 or 53.93% from 191); Max value from RGB is 103 - color contains mainly: blue. Hex color #0C4C67 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C4C67 is #F3B398. Grayscale: #3B3B3B. Windows color (decimal): -15971225 or 6769676. OLE color: 6769676.

HSL color Cylindrical-coordinate representation of color #0C4C67: hue angle of 197.8º degrees, saturation: 0.79, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0C4C67 is Cyan = 0.88, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 12 76 103 -
CMYK 0.88 0.26 0 0.60
HSL 197.8º 0.79% 0.23% -
HSV(B) 197.8º 0.88% 0.4% -
XYZ 5.18 6.23 13.76 -
YUV 59.94 152.3 93.8 -
System Red Green Blue C M Y K H S L
Decimal 12 76 103 0.88 0.26 0 0.60 197.8 0.79 0.23
Hex C 4C 67 58 1A 0 3C C6 4F 17
Octal 14 114 147 130 32 0 74 306 117 27
Binary 1100 1001100 1100111 1011000 11010 0 111100 11000110 1001111 10111

Color Harmonies of #0C4C67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C4C67

Black with #0C4C67

Text Example


Text Example

White with #0C4C67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0C4C67; }

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

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

background-color css

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

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

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

border-color css

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

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

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