Html Css Color HEX #0C0368 Midnight Blue

📋 copy color: '#0C0368'

red 12 ◦ green 3 ◦ blue 104

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

Shades of Midnight Blue #0C0368

Tints of Midnight Blue #0C0368

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 87.39%

R = 10.08%
G = 2.52%
B = 87.39%

CMYK

 C value IS 0.88

 M value IS 0.97

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#0C0368 (or 0x0C0368) is known color: Midnight Blue. HEX triplet: 0C, 03 and 68. RGB value is (12,3,104). Sum of RGB (Red+Green+Blue) = 12+3+104=119 (15% of max value = 765). Red value is 12 (5.08% from 255 or 10.08% from 119); Green value is 3 (1.56% from 255 or 2.52% from 119); Blue value is 104 (41.02% from 255 or 87.39% from 119); Max value from RGB is 104 - color contains mainly: blue. Hex color #0C0368 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0C0368 is #F3FC97. Grayscale: #101010. Windows color (decimal): -15989912 or 6816524. OLE color: 6816524.

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

Color convert

RGB 12 3 104 -
CMYK 0.88 0.97 0 0.59
HSL 245.35º 0.94% 0.21% -
HSV(B) 245.35º 0.97% 0.41% -
XYZ 2.68 1.14 13.18 -
YUV 17.21 176.98 124.29 -
System Red Green Blue C M Y K H S L
Decimal 12 3 104 0.88 0.97 0 0.59 245.35 0.94 0.21
Hex C 3 68 58 61 0 3B F5 5E 15
Octal 14 3 150 130 141 0 73 365 136 25
Binary 1100 11 1101000 1011000 1100001 0 111011 11110101 1011110 10101

Color Harmonies of #0C0368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C0368

Black with #0C0368

Text Example


Text Example

White with #0C0368

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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