Html Css Color HEX #0C418A Dark Cerulean

📋 copy color: '#0C418A'

red 12 ◦ green 65 ◦ blue 138

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

Shades of Dark Cerulean #0C418A

Tints of Dark Cerulean #0C418A

RGB

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

 GREEN value IS 65 (25.78% from 255) = 30.23%

 BLUE value IS 138 (54.3% from 255) = 64.19%

R = 5.58%
G = 30.23%
B = 64.19%

CMYK

 C value IS 0.91

 M value IS 0.53

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#0C418A (or 0x0C418A) is known color: Dark Cerulean. HEX triplet: 0C, 41 and 8A. RGB value is (12,65,138). Sum of RGB (Red+Green+Blue) = 12+65+138=215 (28% of max value = 765). Red value is 12 (5.08% from 255 or 5.58% from 215); Green value is 65 (25.78% from 255 or 30.23% from 215); Blue value is 138 (54.30% from 255 or 64.19% from 215); Max value from RGB is 138 - color contains mainly: blue. Hex color #0C418A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0C418A is #F3BE75. Grayscale: #393939. Windows color (decimal): -15974006 or 9060620. OLE color: 9060620.

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

Color convert

RGB 12 65 138 -
CMYK 0.91 0.53 0 0.46
HSL 214.76º 0.84% 0.29% -
HSV(B) 214.76º 0.91% 0.54% -
XYZ 6.63 5.69 24.79 -
YUV 57.48 173.44 95.56 -
System Red Green Blue C M Y K H S L
Decimal 12 65 138 0.91 0.53 0 0.46 214.76 0.84 0.29
Hex C 41 8A 5B 35 0 2E D7 54 1D
Octal 14 101 212 133 65 0 56 327 124 35
Binary 1100 1000001 10001010 1011011 110101 0 101110 11010111 1010100 11101

Color Harmonies of #0C418A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C418A

Black with #0C418A

Text Example


Text Example

White with #0C418A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,65,138); }

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

background-color css

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

 a { background-color: rgb(12,65,138); }

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

border-color css

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

 span { border-color: rgb(12,65,138); }

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