Html Css Color HEX #0C137B Midnight Blue

📋 copy color: '#0C137B'

red 12 ◦ green 19 ◦ blue 123

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

Shades of Midnight Blue #0C137B

Tints of Midnight Blue #0C137B

RGB

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

 GREEN value IS 19 (7.81% from 255) = 12.34%

 BLUE value IS 123 (48.44% from 255) = 79.87%

R = 7.79%
G = 12.34%
B = 79.87%

CMYK

 C value IS 0.90

 M value IS 0.85

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#0C137B (or 0x0C137B) is known color: Midnight Blue. HEX triplet: 0C, 13 and 7B. RGB value is (12,19,123). Sum of RGB (Red+Green+Blue) = 12+19+123=154 (20% of max value = 765). Red value is 12 (5.08% from 255 or 7.79% from 154); Green value is 19 (7.81% from 255 or 12.34% from 154); Blue value is 123 (48.44% from 255 or 79.87% from 154); Max value from RGB is 123 - color contains mainly: blue. Hex color #0C137B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0C137B is #F3EC84. Grayscale: #1C1C1C. Windows color (decimal): -15985797 or 8065804. OLE color: 8065804.

HSL color Cylindrical-coordinate representation of color #0C137B: hue angle of 236.22º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0C137B is Cyan = 0.90, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 12 19 123 -
CMYK 0.90 0.85 0 0.52
HSL 236.22º 0.82% 0.26% -
HSV(B) 236.22º 0.9% 0.48% -
XYZ 3.96 1.97 18.91 -
YUV 28.76 181.18 116.04 -
System Red Green Blue C M Y K H S L
Decimal 12 19 123 0.90 0.85 0 0.52 236.22 0.82 0.26
Hex C 13 7B 5A 55 0 34 EC 52 1A
Octal 14 23 173 132 125 0 64 354 122 32
Binary 1100 10011 1111011 1011010 1010101 0 110100 11101100 1010010 11010

Color Harmonies of #0C137B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C137B

Black with #0C137B

Text Example


Text Example

White with #0C137B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,19,123); }

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

background-color css

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

 a { background-color: rgb(12,19,123); }

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

border-color css

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

 span { border-color: rgb(12,19,123); }

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