Html Css Color HEX #0C465A Astronaut Blue

📋 copy color: '#0C465A'

red 12 ◦ green 70 ◦ blue 90

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

Shades of Astronaut Blue #0C465A

Tints of Astronaut Blue #0C465A

RGB

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

 GREEN value IS 70 (27.73% from 255) = 40.7%

 BLUE value IS 90 (35.55% from 255) = 52.33%

R = 6.98%
G = 40.7%
B = 52.33%

CMYK

 C value IS 0.87

 M value IS 0.22

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#0C465A (or 0x0C465A) is known color: Astronaut Blue. HEX triplet: 0C, 46 and 5A. RGB value is (12,70,90). Sum of RGB (Red+Green+Blue) = 12+70+90=172 (22% of max value = 765). Red value is 12 (5.08% from 255 or 6.98% from 172); Green value is 70 (27.73% from 255 or 40.70% from 172); Blue value is 90 (35.55% from 255 or 52.33% from 172); Max value from RGB is 90 - color contains mainly: blue. Hex color #0C465A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C465A is #F3B9A5. Grayscale: #363636. Windows color (decimal): -15972774 or 5916172. OLE color: 5916172.

HSL color Cylindrical-coordinate representation of color #0C465A: hue angle of 195.38º degrees, saturation: 0.76, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0C465A is Cyan = 0.87, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 12 70 90 -
CMYK 0.87 0.22 0 0.65
HSL 195.38º 0.76% 0.2% -
HSV(B) 195.38º 0.87% 0.35% -
XYZ 4.19 5.2 10.46 -
YUV 54.94 147.78 97.37 -
System Red Green Blue C M Y K H S L
Decimal 12 70 90 0.87 0.22 0 0.65 195.38 0.76 0.2
Hex C 46 5A 57 16 0 41 C3 4C 14
Octal 14 106 132 127 26 0 101 303 114 24
Binary 1100 1000110 1011010 1010111 10110 0 1000001 11000011 1001100 10100

Color Harmonies of #0C465A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C465A

Black with #0C465A

Text Example


Text Example

White with #0C465A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,70,90); }

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

background-color css

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

 a { background-color: rgb(12,70,90); }

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

border-color css

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

 span { border-color: rgb(12,70,90); }

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