Html Css Color HEX #180265 Midnight Blue

📋 copy color: '#180265'

red 24 ◦ green 2 ◦ blue 101

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

Shades of Midnight Blue #180265

Tints of Midnight Blue #180265

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 79.53%

R = 18.9%
G = 1.57%
B = 79.53%

CMYK

 C value IS 0.76

 M value IS 0.98

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#180265 (or 0x180265) is known color: Midnight Blue. HEX triplet: 18, 02 and 65. RGB value is (24,2,101). Sum of RGB (Red+Green+Blue) = 24+2+101=127 (16% of max value = 765). Red value is 24 (9.77% from 255 or 18.90% from 127); Green value is 2 (1.17% from 255 or 1.57% from 127); Blue value is 101 (39.84% from 255 or 79.53% from 127); Max value from RGB is 101 - color contains mainly: blue. Hex color #180265 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #180265 is #E7FD9A. Grayscale: #131313. Windows color (decimal): -15203739 or 6619672. OLE color: 6619672.

HSL color Cylindrical-coordinate representation of color #180265: hue angle of 253.33º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #180265 is Cyan = 0.76, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 24 2 101 -
CMYK 0.76 0.98 0 0.60
HSL 253.33º 0.96% 0.2% -
HSV(B) 253.33º 0.98% 0.4% -
XYZ 2.75 1.18 12.39 -
YUV 19.86 173.79 130.95 -
System Red Green Blue C M Y K H S L
Decimal 24 2 101 0.76 0.98 0 0.60 253.33 0.96 0.2
Hex 18 2 65 4C 62 0 3C FD 60 14
Octal 30 2 145 114 142 0 74 375 140 24
Binary 11000 10 1100101 1001100 1100010 0 111100 11111101 1100000 10100

Color Harmonies of #180265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #180265

Black with #180265

Text Example


Text Example

White with #180265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #180265; }

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

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

background-color css

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

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

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

border-color css

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

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

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