Html Css Color HEX #182D77 Sapphire

📋 copy color: '#182D77'

red 24 ◦ green 45 ◦ blue 119

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

Shades of Sapphire #182D77

Tints of Sapphire #182D77

RGB

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

 GREEN value IS 45 (17.97% from 255) = 23.94%

 BLUE value IS 119 (46.88% from 255) = 63.3%

R = 12.77%
G = 23.94%
B = 63.3%

CMYK

 C value IS 0.80

 M value IS 0.62

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#182D77 (or 0x182D77) is known color: Sapphire. HEX triplet: 18, 2D and 77. RGB value is (24,45,119). Sum of RGB (Red+Green+Blue) = 24+45+119=188 (24% of max value = 765). Red value is 24 (9.77% from 255 or 12.77% from 188); Green value is 45 (17.97% from 255 or 23.94% from 188); Blue value is 119 (46.88% from 255 or 63.30% from 188); Max value from RGB is 119 - color contains mainly: blue. Hex color #182D77 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #182D77 is #E7D288. Grayscale: #2E2E2E. Windows color (decimal): -15192713 or 7810328. OLE color: 7810328.

HSL color Cylindrical-coordinate representation of color #182D77: hue angle of 226.74º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #182D77 is Cyan = 0.80, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 24 45 119 -
CMYK 0.80 0.62 0 0.53
HSL 226.74º 0.66% 0.28% -
HSV(B) 226.74º 0.8% 0.47% -
XYZ 4.64 3.4 17.86 -
YUV 47.16 168.54 111.48 -
System Red Green Blue C M Y K H S L
Decimal 24 45 119 0.80 0.62 0 0.53 226.74 0.66 0.28
Hex 18 2D 77 50 3E 0 35 E3 42 1C
Octal 30 55 167 120 76 0 65 343 102 34
Binary 11000 101101 1110111 1010000 111110 0 110101 11100011 1000010 11100

Color Harmonies of #182D77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #182D77

Black with #182D77

Text Example


Text Example

White with #182D77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #182D77; }

 p { color: rgb(24,45,119); }

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

background-color css

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

 a { background-color: rgb(24,45,119); }

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

border-color css

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

 span { border-color: rgb(24,45,119); }

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