Html Css Color HEX #0C3685 Dark Cerulean

📋 copy color: '#0C3685'

red 12 ◦ green 54 ◦ blue 133

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

Shades of Dark Cerulean #0C3685

Tints of Dark Cerulean #0C3685

RGB

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

 GREEN value IS 54 (21.48% from 255) = 27.14%

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

R = 6.03%
G = 27.14%
B = 66.83%

CMYK

 C value IS 0.91

 M value IS 0.59

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#0C3685 (or 0x0C3685) is known color: Dark Cerulean. HEX triplet: 0C, 36 and 85. RGB value is (12,54,133). Sum of RGB (Red+Green+Blue) = 12+54+133=199 (26% of max value = 765). Red value is 12 (5.08% from 255 or 6.03% from 199); Green value is 54 (21.48% from 255 or 27.14% from 199); Blue value is 133 (52.34% from 255 or 66.83% from 199); Max value from RGB is 133 - color contains mainly: blue. Hex color #0C3685 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0C3685 is #F3C97A. Grayscale: #323232. Windows color (decimal): -15976827 or 8730124. OLE color: 8730124.

HSL color Cylindrical-coordinate representation of color #0C3685: hue angle of 219.17º 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 #0C3685 is Cyan = 0.91, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 12 54 133 -
CMYK 0.91 0.59 0 0.48
HSL 219.17º 0.83% 0.28% -
HSV(B) 219.17º 0.91% 0.52% -
XYZ 5.7 4.41 22.74 -
YUV 50.45 174.59 100.58 -
System Red Green Blue C M Y K H S L
Decimal 12 54 133 0.91 0.59 0 0.48 219.17 0.83 0.28
Hex C 36 85 5B 3B 0 30 DB 53 1C
Octal 14 66 205 133 73 0 60 333 123 34
Binary 1100 110110 10000101 1011011 111011 0 110000 11011011 1010011 11100

Color Harmonies of #0C3685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C3685

Black with #0C3685

Text Example


Text Example

White with #0C3685

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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