Html Css Color HEX #0C415F Astronaut Blue

📋 copy color: '#0C415F'

red 12 ◦ green 65 ◦ blue 95

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

Shades of Astronaut Blue #0C415F

Tints of Astronaut Blue #0C415F

RGB

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

 GREEN value IS 65 (25.78% from 255) = 37.79%

 BLUE value IS 95 (37.5% from 255) = 55.23%

R = 6.98%
G = 37.79%
B = 55.23%

CMYK

 C value IS 0.87

 M value IS 0.32

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#0C415F (or 0x0C415F) is known color: Astronaut Blue. HEX triplet: 0C, 41 and 5F. RGB value is (12,65,95). Sum of RGB (Red+Green+Blue) = 12+65+95=172 (22% of max value = 765). Red value is 12 (5.08% from 255 or 6.98% from 172); Green value is 65 (25.78% from 255 or 37.79% from 172); Blue value is 95 (37.5% from 255 or 55.23% from 172); Max value from RGB is 95 - color contains mainly: blue. Hex color #0C415F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C415F is #F3BEA0. Grayscale: #343434. Windows color (decimal): -15974049 or 6242572. OLE color: 6242572.

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

Color convert

RGB 12 65 95 -
CMYK 0.87 0.32 0 0.63
HSL 201.69º 0.78% 0.21% -
HSV(B) 201.69º 0.87% 0.37% -
XYZ 4.11 4.68 11.51 -
YUV 52.57 151.94 99.06 -
System Red Green Blue C M Y K H S L
Decimal 12 65 95 0.87 0.32 0 0.63 201.69 0.78 0.21
Hex C 41 5F 57 20 0 3F CA 4E 15
Octal 14 101 137 127 40 0 77 312 116 25
Binary 1100 1000001 1011111 1010111 100000 0 111111 11001010 1001110 10101

Color Harmonies of #0C415F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C415F

Black with #0C415F

Text Example


Text Example

White with #0C415F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,65,95); }

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

background-color css

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

 a { background-color: rgb(12,65,95); }

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

border-color css

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

 span { border-color: rgb(12,65,95); }

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