Html Css Color HEX #0C024C Midnight Blue

📋 copy color: '#0C024C'

red 12 ◦ green 2 ◦ blue 76

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

Shades of Midnight Blue #0C024C

Tints of Midnight Blue #0C024C

RGB

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

 GREEN value IS 2 (1.17% from 255) = 2.22%

 BLUE value IS 76 (30.08% from 255) = 84.44%

R = 13.33%
G = 2.22%
B = 84.44%

CMYK

 C value IS 0.84

 M value IS 0.97

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#0C024C (or 0x0C024C) is known color: Midnight Blue. HEX triplet: 0C, 02 and 4C. RGB value is (12,2,76). Sum of RGB (Red+Green+Blue) = 12+2+76=90 (11% of max value = 765). Red value is 12 (5.08% from 255 or 13.33% from 90); Green value is 2 (1.17% from 255 or 2.22% from 90); Blue value is 76 (30.08% from 255 or 84.44% from 90); Max value from RGB is 76 - color contains mainly: blue. Hex color #0C024C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C024C is #F3FDB3. Grayscale: #0D0D0D. Windows color (decimal): -15990196 or 4981260. OLE color: 4981260.

HSL color Cylindrical-coordinate representation of color #0C024C: hue angle of 248.11º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0C024C is Cyan = 0.84, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 12 2 76 -
CMYK 0.84 0.97 0 0.70
HSL 248.11º 0.95% 0.15% -
HSV(B) 248.11º 0.97% 0.3% -
XYZ 1.48 0.64 6.88 -
YUV 13.43 163.31 126.98 -
System Red Green Blue C M Y K H S L
Decimal 12 2 76 0.84 0.97 0 0.70 248.11 0.95 0.15
Hex C 2 4C 54 61 0 46 F8 5F F
Octal 14 2 114 124 141 0 106 370 137 17
Binary 1100 10 1001100 1010100 1100001 0 1000110 11111000 1011111 1111

Color Harmonies of #0C024C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C024C

Black with #0C024C

Text Example


Text Example

White with #0C024C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,2,76); }

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

background-color css

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

 a { background-color: rgb(12,2,76); }

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

border-color css

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

 span { border-color: rgb(12,2,76); }

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