Html Css Color HEX #0C4A63 Astronaut Blue

📋 copy color: '#0C4A63'

red 12 ◦ green 74 ◦ blue 99

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

Shades of Astronaut Blue #0C4A63

Tints of Astronaut Blue #0C4A63

RGB

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

 GREEN value IS 74 (29.3% from 255) = 40%

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

R = 6.49%
G = 40%
B = 53.51%

CMYK

 C value IS 0.88

 M value IS 0.25

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#0C4A63 (or 0x0C4A63) is known color: Astronaut Blue. HEX triplet: 0C, 4A and 63. RGB value is (12,74,99). Sum of RGB (Red+Green+Blue) = 12+74+99=185 (24% of max value = 765). Red value is 12 (5.08% from 255 or 6.49% from 185); Green value is 74 (29.30% from 255 or 40% from 185); Blue value is 99 (39.06% from 255 or 53.51% from 185); Max value from RGB is 99 - color contains mainly: blue. Hex color #0C4A63 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C4A63 is #F3B59C. Grayscale: #3A3A3A. Windows color (decimal): -15971741 or 6507020. OLE color: 6507020.

HSL color Cylindrical-coordinate representation of color #0C4A63: hue angle of 197.24º degrees, saturation: 0.78, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0C4A63 is Cyan = 0.88, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 12 74 99 -
CMYK 0.88 0.25 0 0.61
HSL 197.24º 0.78% 0.22% -
HSV(B) 197.24º 0.88% 0.39% -
XYZ 4.85 5.88 12.68 -
YUV 58.31 150.96 94.97 -
System Red Green Blue C M Y K H S L
Decimal 12 74 99 0.88 0.25 0 0.61 197.24 0.78 0.22
Hex C 4A 63 58 19 0 3D C5 4E 16
Octal 14 112 143 130 31 0 75 305 116 26
Binary 1100 1001010 1100011 1011000 11001 0 111101 11000101 1001110 10110

Color Harmonies of #0C4A63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C4A63

Black with #0C4A63

Text Example


Text Example

White with #0C4A63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,74,99); }

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

background-color css

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

 a { background-color: rgb(12,74,99); }

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

border-color css

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

 span { border-color: rgb(12,74,99); }

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