Html Css Color HEX #0C4665 Astronaut Blue

📋 copy color: '#0C4665'

red 12 ◦ green 70 ◦ blue 101

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

Shades of Astronaut Blue #0C4665

Tints of Astronaut Blue #0C4665

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 55.19%

R = 6.56%
G = 38.25%
B = 55.19%

CMYK

 C value IS 0.88

 M value IS 0.31

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#0C4665 (or 0x0C4665) is known color: Astronaut Blue. HEX triplet: 0C, 46 and 65. RGB value is (12,70,101). Sum of RGB (Red+Green+Blue) = 12+70+101=183 (24% of max value = 765). Red value is 12 (5.08% from 255 or 6.56% from 183); Green value is 70 (27.73% from 255 or 38.25% from 183); Blue value is 101 (39.84% from 255 or 55.19% from 183); Max value from RGB is 101 - color contains mainly: blue. Hex color #0C4665 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C4665 is #F3B99A. Grayscale: #383838. Windows color (decimal): -15972763 or 6637068. OLE color: 6637068.

HSL color Cylindrical-coordinate representation of color #0C4665: hue angle of 200.9º degrees, saturation: 0.79, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0C4665 is Cyan = 0.88, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 12 70 101 -
CMYK 0.88 0.31 0 0.60
HSL 200.9º 0.79% 0.22% -
HSV(B) 200.9º 0.88% 0.4% -
XYZ 4.69 5.4 13.11 -
YUV 56.19 153.28 96.48 -
System Red Green Blue C M Y K H S L
Decimal 12 70 101 0.88 0.31 0 0.60 200.9 0.79 0.22
Hex C 46 65 58 1F 0 3C C9 4F 16
Octal 14 106 145 130 37 0 74 311 117 26
Binary 1100 1000110 1100101 1011000 11111 0 111100 11001001 1001111 10110

Color Harmonies of #0C4665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C4665

Black with #0C4665

Text Example


Text Example

White with #0C4665

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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