Html Css Color HEX #0C3887 Dark Cerulean

📋 copy color: '#0C3887'

red 12 ◦ green 56 ◦ blue 135

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

Shades of Dark Cerulean #0C3887

Tints of Dark Cerulean #0C3887

RGB

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

 GREEN value IS 56 (22.27% from 255) = 27.59%

 BLUE value IS 135 (53.13% from 255) = 66.5%

R = 5.91%
G = 27.59%
B = 66.5%

CMYK

 C value IS 0.91

 M value IS 0.59

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#0C3887 (or 0x0C3887) is known color: Dark Cerulean. HEX triplet: 0C, 38 and 87. RGB value is (12,56,135). Sum of RGB (Red+Green+Blue) = 12+56+135=203 (26% of max value = 765). Red value is 12 (5.08% from 255 or 5.91% from 203); Green value is 56 (22.27% from 255 or 27.59% from 203); Blue value is 135 (53.12% from 255 or 66.50% from 203); Max value from RGB is 135 - color contains mainly: blue. Hex color #0C3887 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0C3887 is #F3C778. Grayscale: #333333. Windows color (decimal): -15976313 or 8861708. OLE color: 8861708.

HSL color Cylindrical-coordinate representation of color #0C3887: hue angle of 218.54º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0C3887 is Cyan = 0.91, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 12 56 135 -
CMYK 0.91 0.59 0 0.47
HSL 218.54º 0.84% 0.29% -
HSV(B) 218.54º 0.91% 0.53% -
XYZ 5.94 4.66 23.51 -
YUV 51.85 174.92 99.58 -
System Red Green Blue C M Y K H S L
Decimal 12 56 135 0.91 0.59 0 0.47 218.54 0.84 0.29
Hex C 38 87 5B 3B 0 2F DB 54 1D
Octal 14 70 207 133 73 0 57 333 124 35
Binary 1100 111000 10000111 1011011 111011 0 101111 11011011 1010100 11101

Color Harmonies of #0C3887

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C3887

Black with #0C3887

Text Example


Text Example

White with #0C3887

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,56,135); }

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

background-color css

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

 a { background-color: rgb(12,56,135); }

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

border-color css

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

 span { border-color: rgb(12,56,135); }

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