Html Css Color HEX #0C0362 Midnight Blue

📋 copy color: '#0C0362'

red 12 ◦ green 3 ◦ blue 98

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

Shades of Midnight Blue #0C0362

Tints of Midnight Blue #0C0362

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 86.73%

R = 10.62%
G = 2.65%
B = 86.73%

CMYK

 C value IS 0.88

 M value IS 0.97

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#0C0362 (or 0x0C0362) is known color: Midnight Blue. HEX triplet: 0C, 03 and 62. RGB value is (12,3,98). Sum of RGB (Red+Green+Blue) = 12+3+98=113 (14% of max value = 765). Red value is 12 (5.08% from 255 or 10.62% from 113); Green value is 3 (1.56% from 255 or 2.65% from 113); Blue value is 98 (38.67% from 255 or 86.73% from 113); Max value from RGB is 98 - color contains mainly: blue. Hex color #0C0362 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0C0362 is #F3FC9D. Grayscale: #101010. Windows color (decimal): -15989918 or 6423308. OLE color: 6423308.

HSL color Cylindrical-coordinate representation of color #0C0362: hue angle of 245.68º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0C0362 is Cyan = 0.88, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 12 3 98 -
CMYK 0.88 0.97 0 0.62
HSL 245.68º 0.94% 0.2% -
HSV(B) 245.68º 0.97% 0.38% -
XYZ 2.39 1.03 11.63 -
YUV 16.52 173.98 124.78 -
System Red Green Blue C M Y K H S L
Decimal 12 3 98 0.88 0.97 0 0.62 245.68 0.94 0.2
Hex C 3 62 58 61 0 3E F6 5E 14
Octal 14 3 142 130 141 0 76 366 136 24
Binary 1100 11 1100010 1011000 1100001 0 111110 11110110 1011110 10100

Color Harmonies of #0C0362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C0362

Black with #0C0362

Text Example


Text Example

White with #0C0362

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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