Html Css Color HEX #0C4261 Astronaut Blue

📋 copy color: '#0C4261'

red 12 ◦ green 66 ◦ blue 97

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

Shades of Astronaut Blue #0C4261

Tints of Astronaut Blue #0C4261

RGB

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

 GREEN value IS 66 (26.17% from 255) = 37.71%

 BLUE value IS 97 (38.28% from 255) = 55.43%

R = 6.86%
G = 37.71%
B = 55.43%

CMYK

 C value IS 0.88

 M value IS 0.32

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#0C4261 (or 0x0C4261) is known color: Astronaut Blue. HEX triplet: 0C, 42 and 61. RGB value is (12,66,97). Sum of RGB (Red+Green+Blue) = 12+66+97=175 (23% of max value = 765). Red value is 12 (5.08% from 255 or 6.86% from 175); Green value is 66 (26.17% from 255 or 37.71% from 175); Blue value is 97 (38.28% from 255 or 55.43% from 175); Max value from RGB is 97 - color contains mainly: blue. Hex color #0C4261 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C4261 is #F3BD9E. Grayscale: #353535. Windows color (decimal): -15973791 or 6373900. OLE color: 6373900.

HSL color Cylindrical-coordinate representation of color #0C4261: hue angle of 201.88º degrees, saturation: 0.78, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0C4261 is Cyan = 0.88, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 12 66 97 -
CMYK 0.88 0.32 0 0.62
HSL 201.88º 0.78% 0.21% -
HSV(B) 201.88º 0.88% 0.38% -
XYZ 4.26 4.84 12.02 -
YUV 53.39 152.61 98.48 -
System Red Green Blue C M Y K H S L
Decimal 12 66 97 0.88 0.32 0 0.62 201.88 0.78 0.21
Hex C 42 61 58 20 0 3E CA 4E 15
Octal 14 102 141 130 40 0 76 312 116 25
Binary 1100 1000010 1100001 1011000 100000 0 111110 11001010 1001110 10101

Color Harmonies of #0C4261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C4261

Black with #0C4261

Text Example


Text Example

White with #0C4261

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,66,97); }

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

background-color css

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

 a { background-color: rgb(12,66,97); }

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

border-color css

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

 span { border-color: rgb(12,66,97); }

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