Html Css Color HEX #182A74 Sapphire

📋 copy color: '#182A74'

red 24 ◦ green 42 ◦ blue 116

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

Shades of Sapphire #182A74

Tints of Sapphire #182A74

RGB

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

 GREEN value IS 42 (16.8% from 255) = 23.08%

 BLUE value IS 116 (45.7% from 255) = 63.74%

R = 13.19%
G = 23.08%
B = 63.74%

CMYK

 C value IS 0.79

 M value IS 0.64

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#182A74 (or 0x182A74) is known color: Sapphire. HEX triplet: 18, 2A and 74. RGB value is (24,42,116). Sum of RGB (Red+Green+Blue) = 24+42+116=182 (24% of max value = 765). Red value is 24 (9.77% from 255 or 13.19% from 182); Green value is 42 (16.80% from 255 or 23.08% from 182); Blue value is 116 (45.70% from 255 or 63.74% from 182); Max value from RGB is 116 - color contains mainly: blue. Hex color #182A74 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #182A74 is #E7D58B. Grayscale: #2C2C2C. Windows color (decimal): -15193484 or 7612952. OLE color: 7612952.

HSL color Cylindrical-coordinate representation of color #182A74: hue angle of 228.26º degrees, saturation: 0.66, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #182A74 is Cyan = 0.79, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 24 42 116 -
CMYK 0.79 0.64 0 0.55
HSL 228.26º 0.66% 0.27% -
HSV(B) 228.26º 0.79% 0.45% -
XYZ 4.36 3.11 16.89 -
YUV 45.05 168.04 112.98 -
System Red Green Blue C M Y K H S L
Decimal 24 42 116 0.79 0.64 0 0.55 228.26 0.66 0.27
Hex 18 2A 74 4F 40 0 37 E4 42 1B
Octal 30 52 164 117 100 0 67 344 102 33
Binary 11000 101010 1110100 1001111 1000000 0 110111 11100100 1000010 11011

Color Harmonies of #182A74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #182A74

Black with #182A74

Text Example


Text Example

White with #182A74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,42,116); }

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

background-color css

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

 a { background-color: rgb(24,42,116); }

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

border-color css

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

 span { border-color: rgb(24,42,116); }

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