Html Css Color HEX #0C3E8B Dark Cerulean

📋 copy color: '#0C3E8B'

red 12 ◦ green 62 ◦ blue 139

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

Shades of Dark Cerulean #0C3E8B

Tints of Dark Cerulean #0C3E8B

RGB

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

 GREEN value IS 62 (24.61% from 255) = 29.11%

 BLUE value IS 139 (54.69% from 255) = 65.26%

R = 5.63%
G = 29.11%
B = 65.26%

CMYK

 C value IS 0.91

 M value IS 0.55

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#0C3E8B (or 0x0C3E8B) is known color: Dark Cerulean. HEX triplet: 0C, 3E and 8B. RGB value is (12,62,139). Sum of RGB (Red+Green+Blue) = 12+62+139=213 (28% of max value = 765). Red value is 12 (5.08% from 255 or 5.63% from 213); Green value is 62 (24.61% from 255 or 29.11% from 213); Blue value is 139 (54.69% from 255 or 65.26% from 213); Max value from RGB is 139 - color contains mainly: blue. Hex color #0C3E8B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0C3E8B is #F3C174. Grayscale: #373737. Windows color (decimal): -15974773 or 9125388. OLE color: 9125388.

HSL color Cylindrical-coordinate representation of color #0C3E8B: hue angle of 216.38º degrees, saturation: 0.84, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0C3E8B is Cyan = 0.91, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 12 62 139 -
CMYK 0.91 0.55 0 0.45
HSL 216.38º 0.84% 0.3% -
HSV(B) 216.38º 0.91% 0.55% -
XYZ 6.53 5.39 25.12 -
YUV 55.83 174.94 96.74 -
System Red Green Blue C M Y K H S L
Decimal 12 62 139 0.91 0.55 0 0.45 216.38 0.84 0.3
Hex C 3E 8B 5B 37 0 2D D8 54 1E
Octal 14 76 213 133 67 0 55 330 124 36
Binary 1100 111110 10001011 1011011 110111 0 101101 11011000 1010100 11110

Color Harmonies of #0C3E8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C3E8B

Black with #0C3E8B

Text Example


Text Example

White with #0C3E8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,62,139); }

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

background-color css

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

 a { background-color: rgb(12,62,139); }

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

border-color css

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

 span { border-color: rgb(12,62,139); }

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