Html Css Color HEX #180269 Midnight Blue

📋 copy color: '#180269'

red 24 ◦ green 2 ◦ blue 105

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

Shades of Midnight Blue #180269

Tints of Midnight Blue #180269

RGB

 RED value IS 24 (9.77% from 255) = 18.32%

 GREEN value IS 2 (1.17% from 255) = 1.53%

 BLUE value IS 105 (41.41% from 255) = 80.15%

R = 18.32%
G = 1.53%
B = 80.15%

CMYK

 C value IS 0.77

 M value IS 0.98

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#180269 (or 0x180269) is known color: Midnight Blue. HEX triplet: 18, 02 and 69. RGB value is (24,2,105). Sum of RGB (Red+Green+Blue) = 24+2+105=131 (17% of max value = 765). Red value is 24 (9.77% from 255 or 18.32% from 131); Green value is 2 (1.17% from 255 or 1.53% from 131); Blue value is 105 (41.41% from 255 or 80.15% from 131); Max value from RGB is 105 - color contains mainly: blue. Hex color #180269 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #180269 is #E7FD96. Grayscale: #131313. Windows color (decimal): -15203735 or 6881816. OLE color: 6881816.

HSL color Cylindrical-coordinate representation of color #180269: hue angle of 252.82º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #180269 is Cyan = 0.77, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 24 2 105 -
CMYK 0.77 0.98 0 0.59
HSL 252.82º 0.96% 0.21% -
HSV(B) 252.82º 0.98% 0.41% -
XYZ 2.95 1.26 13.45 -
YUV 20.32 175.79 130.62 -
System Red Green Blue C M Y K H S L
Decimal 24 2 105 0.77 0.98 0 0.59 252.82 0.96 0.21
Hex 18 2 69 4D 62 0 3B FD 60 15
Octal 30 2 151 115 142 0 73 375 140 25
Binary 11000 10 1101001 1001101 1100010 0 111011 11111101 1100000 10101

Color Harmonies of #180269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #180269

Black with #180269

Text Example


Text Example

White with #180269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #180269; }

 p { color: rgb(24,2,105); }

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

background-color css

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

 a { background-color: rgb(24,2,105); }

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

border-color css

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

 span { border-color: rgb(24,2,105); }

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