Html Css Color HEX #0C089F New Midnight Blue

📋 copy color: '#0C089F'

red 12 ◦ green 8 ◦ blue 159

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

Shades of New Midnight Blue #0C089F

Tints of New Midnight Blue #0C089F

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.47%

 BLUE value IS 159 (62.5% from 255) = 88.83%

R = 6.7%
G = 4.47%
B = 88.83%

CMYK

 C value IS 0.92

 M value IS 0.95

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#0C089F (or 0x0C089F) is known color: New Midnight Blue. HEX triplet: 0C, 08 and 9F. RGB value is (12,8,159). Sum of RGB (Red+Green+Blue) = 12+8+159=179 (23% of max value = 765). Red value is 12 (5.08% from 255 or 6.70% from 179); Green value is 8 (3.52% from 255 or 4.47% from 179); Blue value is 159 (62.5% from 255 or 88.83% from 179); Max value from RGB is 159 - color contains mainly: blue. Hex color #0C089F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0C089F is #F3F760. Grayscale: #191919. Windows color (decimal): -15988577 or 10422284. OLE color: 10422284.

HSL color Cylindrical-coordinate representation of color #0C089F: hue angle of 241.59º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0C089F is Cyan = 0.92, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 12 8 159 -
CMYK 0.92 0.95 0 0.38
HSL 241.59º 0.9% 0.33% -
HSV(B) 241.59º 0.95% 0.62% -
XYZ 6.5 2.76 32.99 -
YUV 26.41 202.83 117.72 -
System Red Green Blue C M Y K H S L
Decimal 12 8 159 0.92 0.95 0 0.38 241.59 0.9 0.33
Hex C 8 9F 5C 5F 0 26 F2 5A 21
Octal 14 10 237 134 137 0 46 362 132 41
Binary 1100 1000 10011111 1011100 1011111 0 100110 11110010 1011010 100001

Color Harmonies of #0C089F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C089F

Black with #0C089F

Text Example


Text Example

White with #0C089F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,8,159); }

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

background-color css

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

 a { background-color: rgb(12,8,159); }

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

border-color css

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

 span { border-color: rgb(12,8,159); }

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