Html Css Color HEX #0C4085 Dark Cerulean

📋 copy color: '#0C4085'

red 12 ◦ green 64 ◦ blue 133

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

Shades of Dark Cerulean #0C4085

Tints of Dark Cerulean #0C4085

RGB

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

 GREEN value IS 64 (25.39% from 255) = 30.62%

 BLUE value IS 133 (52.34% from 255) = 63.64%

R = 5.74%
G = 30.62%
B = 63.64%

CMYK

 C value IS 0.91

 M value IS 0.52

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#0C4085 (or 0x0C4085) is known color: Dark Cerulean. HEX triplet: 0C, 40 and 85. RGB value is (12,64,133). Sum of RGB (Red+Green+Blue) = 12+64+133=209 (27% of max value = 765). Red value is 12 (5.08% from 255 or 5.74% from 209); Green value is 64 (25.39% from 255 or 30.62% from 209); Blue value is 133 (52.34% from 255 or 63.64% from 209); Max value from RGB is 133 - color contains mainly: blue. Hex color #0C4085 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0C4085 is #F3BF7A. Grayscale: #373737. Windows color (decimal): -15974267 or 8732684. OLE color: 8732684.

HSL color Cylindrical-coordinate representation of color #0C4085: hue angle of 214.21º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0C4085 is Cyan = 0.91, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 12 64 133 -
CMYK 0.91 0.52 0 0.48
HSL 214.21º 0.83% 0.28% -
HSV(B) 214.21º 0.91% 0.52% -
XYZ 6.22 5.44 22.91 -
YUV 56.32 171.27 96.39 -
System Red Green Blue C M Y K H S L
Decimal 12 64 133 0.91 0.52 0 0.48 214.21 0.83 0.28
Hex C 40 85 5B 34 0 30 D6 53 1C
Octal 14 100 205 133 64 0 60 326 123 34
Binary 1100 1000000 10000101 1011011 110100 0 110000 11010110 1010011 11100

Color Harmonies of #0C4085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C4085

Black with #0C4085

Text Example


Text Example

White with #0C4085

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,64,133); }

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

background-color css

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

 a { background-color: rgb(12,64,133); }

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

border-color css

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

 span { border-color: rgb(12,64,133); }

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