Html Css Color HEX #190C58 Midnight Blue

📋 copy color: '#190C58'

red 25 ◦ green 12 ◦ blue 88

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

Shades of Midnight Blue #190C58

Tints of Midnight Blue #190C58

RGB

 RED value IS 25 (10.16% from 255) = 20%

 GREEN value IS 12 (5.08% from 255) = 9.6%

 BLUE value IS 88 (34.77% from 255) = 70.4%

R = 20%
G = 9.6%
B = 70.4%

CMYK

 C value IS 0.72

 M value IS 0.86

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#190C58 (or 0x190C58) is known color: Midnight Blue. HEX triplet: 19, 0C and 58. RGB value is (25,12,88). Sum of RGB (Red+Green+Blue) = 25+12+88=125 (16% of max value = 765). Red value is 25 (10.16% from 255 or 20% from 125); Green value is 12 (5.08% from 255 or 9.6% from 125); Blue value is 88 (34.77% from 255 or 70.4% from 125); Max value from RGB is 88 - color contains mainly: blue. Hex color #190C58 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #190C58 is #E6F3A7. Grayscale: #181818. Windows color (decimal): -15135656 or 5770265. OLE color: 5770265.

HSL color Cylindrical-coordinate representation of color #190C58: hue angle of 250.26º degrees, saturation: 0.76, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #190C58 is Cyan = 0.72, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 25 12 88 -
CMYK 0.72 0.86 0 0.65
HSL 250.26º 0.76% 0.2% -
HSV(B) 250.26º 0.86% 0.35% -
XYZ 2.29 1.17 9.34 -
YUV 24.55 163.81 128.32 -
System Red Green Blue C M Y K H S L
Decimal 25 12 88 0.72 0.86 0 0.65 250.26 0.76 0.2
Hex 19 C 58 48 56 0 41 FA 4C 14
Octal 31 14 130 110 126 0 101 372 114 24
Binary 11001 1100 1011000 1001000 1010110 0 1000001 11111010 1001100 10100

Color Harmonies of #190C58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #190C58

Black with #190C58

Text Example


Text Example

White with #190C58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #190C58; }

 p { color: rgb(25,12,88); }

 H1.HeaderClassName
 {
   color: #190C58;
 }
 .AnyTagClassName
 {
   color: #190C58;
 }
</style>

background-color css

<style>
 a { background-color: #190C58; }

 a { background-color: rgb(25,12,88); }

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

border-color css

<style>
 span { border-color: #190C58; }

 span { border-color: rgb(25,12,88); }

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