Html Css Color HEX #0C4863 Astronaut Blue

📋 copy color: '#0C4863'

red 12 ◦ green 72 ◦ blue 99

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

Shades of Astronaut Blue #0C4863

Tints of Astronaut Blue #0C4863

RGB

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

 GREEN value IS 72 (28.52% from 255) = 39.34%

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

R = 6.56%
G = 39.34%
B = 54.1%

CMYK

 C value IS 0.88

 M value IS 0.27

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#0C4863 (or 0x0C4863) is known color: Astronaut Blue. HEX triplet: 0C, 48 and 63. RGB value is (12,72,99). Sum of RGB (Red+Green+Blue) = 12+72+99=183 (24% of max value = 765). Red value is 12 (5.08% from 255 or 6.56% from 183); Green value is 72 (28.52% from 255 or 39.34% from 183); Blue value is 99 (39.06% from 255 or 54.10% from 183); Max value from RGB is 99 - color contains mainly: blue. Hex color #0C4863 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C4863 is #F3B79C. Grayscale: #383838. Windows color (decimal): -15972253 or 6506508. OLE color: 6506508.

HSL color Cylindrical-coordinate representation of color #0C4863: hue angle of 198.62º 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 #0C4863 is Cyan = 0.88, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 12 72 99 -
CMYK 0.88 0.27 0 0.61
HSL 198.62º 0.78% 0.22% -
HSV(B) 198.62º 0.88% 0.39% -
XYZ 4.72 5.61 12.64 -
YUV 57.14 151.62 95.8 -
System Red Green Blue C M Y K H S L
Decimal 12 72 99 0.88 0.27 0 0.61 198.62 0.78 0.22
Hex C 48 63 58 1B 0 3D C7 4E 16
Octal 14 110 143 130 33 0 75 307 116 26
Binary 1100 1001000 1100011 1011000 11011 0 111101 11000111 1001110 10110

Color Harmonies of #0C4863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C4863

Black with #0C4863

Text Example


Text Example

White with #0C4863

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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