Html Css Color HEX #0C1E83 Midnight Blue

📋 copy color: '#0C1E83'

red 12 ◦ green 30 ◦ blue 131

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

Shades of Midnight Blue #0C1E83

Tints of Midnight Blue #0C1E83

RGB

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

 GREEN value IS 30 (12.11% from 255) = 17.34%

 BLUE value IS 131 (51.56% from 255) = 75.72%

R = 6.94%
G = 17.34%
B = 75.72%

CMYK

 C value IS 0.91

 M value IS 0.77

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#0C1E83 (or 0x0C1E83) is known color: Midnight Blue. HEX triplet: 0C, 1E and 83. RGB value is (12,30,131). Sum of RGB (Red+Green+Blue) = 12+30+131=173 (22% of max value = 765). Red value is 12 (5.08% from 255 or 6.94% from 173); Green value is 30 (12.11% from 255 or 17.34% from 173); Blue value is 131 (51.56% from 255 or 75.72% from 173); Max value from RGB is 131 - color contains mainly: blue. Hex color #0C1E83 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0C1E83 is #F3E17C. Grayscale: #232323. Windows color (decimal): -15982973 or 8592908. OLE color: 8592908.

HSL color Cylindrical-coordinate representation of color #0C1E83: hue angle of 230.92º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0C1E83 is Cyan = 0.91, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 12 30 131 -
CMYK 0.91 0.77 0 0.49
HSL 230.92º 0.83% 0.28% -
HSV(B) 230.92º 0.91% 0.51% -
XYZ 4.71 2.65 21.73 -
YUV 36.13 181.54 110.79 -
System Red Green Blue C M Y K H S L
Decimal 12 30 131 0.91 0.77 0 0.49 230.92 0.83 0.28
Hex C 1E 83 5B 4D 0 31 E7 53 1C
Octal 14 36 203 133 115 0 61 347 123 34
Binary 1100 11110 10000011 1011011 1001101 0 110001 11100111 1010011 11100

Color Harmonies of #0C1E83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C1E83

Black with #0C1E83

Text Example


Text Example

White with #0C1E83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,30,131); }

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

background-color css

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

 a { background-color: rgb(12,30,131); }

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

border-color css

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

 span { border-color: rgb(12,30,131); }

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