Html Css Color HEX #0C0BAF New Midnight Blue

📋 copy color: '#0C0BAF'

red 12 ◦ green 11 ◦ blue 175

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

Shades of New Midnight Blue #0C0BAF

Tints of New Midnight Blue #0C0BAF

RGB

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

 GREEN value IS 11 (4.69% from 255) = 5.56%

 BLUE value IS 175 (68.75% from 255) = 88.38%

R = 6.06%
G = 5.56%
B = 88.38%

CMYK

 C value IS 0.93

 M value IS 0.94

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#0C0BAF (or 0x0C0BAF) is known color: New Midnight Blue. HEX triplet: 0C, 0B and AF. RGB value is (12,11,175). Sum of RGB (Red+Green+Blue) = 12+11+175=198 (26% of max value = 765). Red value is 12 (5.08% from 255 or 6.06% from 198); Green value is 11 (4.69% from 255 or 5.56% from 198); Blue value is 175 (68.75% from 255 or 88.38% from 198); Max value from RGB is 175 - color contains mainly: blue. Hex color #0C0BAF is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0C0BAF is #F3F450. Grayscale: #1D1D1D. Windows color (decimal): -15987793 or 11471628. OLE color: 11471628.

HSL color Cylindrical-coordinate representation of color #0C0BAF: hue angle of 240.37º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0C0BAF is Cyan = 0.93, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 12 11 175 -
CMYK 0.93 0.94 0 0.31
HSL 240.37º 0.88% 0.36% -
HSV(B) 240.37º 0.94% 0.69% -
XYZ 8.01 3.41 40.79 -
YUV 30 209.83 115.16 -
System Red Green Blue C M Y K H S L
Decimal 12 11 175 0.93 0.94 0 0.31 240.37 0.88 0.36
Hex C B AF 5D 5E 0 1F F0 58 24
Octal 14 13 257 135 136 0 37 360 130 44
Binary 1100 1011 10101111 1011101 1011110 0 11111 11110000 1011000 100100

Color Harmonies of #0C0BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C0BAF

Black with #0C0BAF

Text Example


Text Example

White with #0C0BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,11,175); }

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

background-color css

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

 a { background-color: rgb(12,11,175); }

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

border-color css

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

 span { border-color: rgb(12,11,175); }

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