Html Css Color HEX #0C03AE New Midnight Blue

📋 copy color: '#0C03AE'

red 12 ◦ green 3 ◦ blue 174

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

Shades of New Midnight Blue #0C03AE

Tints of New Midnight Blue #0C03AE

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.59%

 BLUE value IS 174 (68.36% from 255) = 92.06%

R = 6.35%
G = 1.59%
B = 92.06%

CMYK

 C value IS 0.93

 M value IS 0.98

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0C03AE (or 0x0C03AE) is known color: New Midnight Blue. HEX triplet: 0C, 03 and AE. RGB value is (12,3,174). Sum of RGB (Red+Green+Blue) = 12+3+174=189 (25% of max value = 765). Red value is 12 (5.08% from 255 or 6.35% from 189); Green value is 3 (1.56% from 255 or 1.59% from 189); Blue value is 174 (68.36% from 255 or 92.06% from 189); Max value from RGB is 174 - color contains mainly: blue. Hex color #0C03AE is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0C03AE is #F3FC51. Grayscale: #181818. Windows color (decimal): -15989842 or 11404044. OLE color: 11404044.

HSL color Cylindrical-coordinate representation of color #0C03AE: hue angle of 243.16º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0C03AE is Cyan = 0.93, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 12 3 174 -
CMYK 0.93 0.98 0 0.32
HSL 243.16º 0.97% 0.35% -
HSV(B) 243.16º 0.98% 0.68% -
XYZ 7.82 3.2 40.25 -
YUV 25.19 211.98 118.6 -
System Red Green Blue C M Y K H S L
Decimal 12 3 174 0.93 0.98 0 0.32 243.16 0.97 0.35
Hex C 3 AE 5D 62 0 20 F3 61 23
Octal 14 3 256 135 142 0 40 363 141 43
Binary 1100 11 10101110 1011101 1100010 0 100000 11110011 1100001 100011

Color Harmonies of #0C03AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C03AE

Black with #0C03AE

Text Example


Text Example

White with #0C03AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,3,174); }

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

background-color css

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

 a { background-color: rgb(12,3,174); }

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

border-color css

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

 span { border-color: rgb(12,3,174); }

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