Html Css Color HEX #0C1B7E Midnight Blue

📋 copy color: '#0C1B7E'

red 12 ◦ green 27 ◦ blue 126

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

Shades of Midnight Blue #0C1B7E

Tints of Midnight Blue #0C1B7E

RGB

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

 GREEN value IS 27 (10.94% from 255) = 16.36%

 BLUE value IS 126 (49.61% from 255) = 76.36%

R = 7.27%
G = 16.36%
B = 76.36%

CMYK

 C value IS 0.90

 M value IS 0.79

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#0C1B7E (or 0x0C1B7E) is known color: Midnight Blue. HEX triplet: 0C, 1B and 7E. RGB value is (12,27,126). Sum of RGB (Red+Green+Blue) = 12+27+126=165 (21% of max value = 765). Red value is 12 (5.08% from 255 or 7.27% from 165); Green value is 27 (10.94% from 255 or 16.36% from 165); Blue value is 126 (49.61% from 255 or 76.36% from 165); Max value from RGB is 126 - color contains mainly: blue. Hex color #0C1B7E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C1B7E is #F3E481. Grayscale: #212121. Windows color (decimal): -15983746 or 8264460. OLE color: 8264460.

HSL color Cylindrical-coordinate representation of color #0C1B7E: hue angle of 232.11º degrees, saturation: 0.83, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0C1B7E is Cyan = 0.90, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 12 27 126 -
CMYK 0.90 0.79 0 0.51
HSL 232.11º 0.83% 0.27% -
HSV(B) 232.11º 0.9% 0.49% -
XYZ 4.31 2.37 19.97 -
YUV 33.8 180.03 112.45 -
System Red Green Blue C M Y K H S L
Decimal 12 27 126 0.90 0.79 0 0.51 232.11 0.83 0.27
Hex C 1B 7E 5A 4F 0 33 E8 53 1B
Octal 14 33 176 132 117 0 63 350 123 33
Binary 1100 11011 1111110 1011010 1001111 0 110011 11101000 1010011 11011

Color Harmonies of #0C1B7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C1B7E

Black with #0C1B7E

Text Example


Text Example

White with #0C1B7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,27,126); }

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

background-color css

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

 a { background-color: rgb(12,27,126); }

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

border-color css

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

 span { border-color: rgb(12,27,126); }

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