Html Css Color HEX #182A75 Sapphire

📋 copy color: '#182A75'

red 24 ◦ green 42 ◦ blue 117

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

Shades of Sapphire #182A75

Tints of Sapphire #182A75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 63.93%

R = 13.11%
G = 22.95%
B = 63.93%

CMYK

 C value IS 0.79

 M value IS 0.64

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#182A75 (or 0x182A75) is known color: Sapphire. HEX triplet: 18, 2A and 75. RGB value is (24,42,117). Sum of RGB (Red+Green+Blue) = 24+42+117=183 (24% of max value = 765). Red value is 24 (9.77% from 255 or 13.11% from 183); Green value is 42 (16.80% from 255 or 22.95% from 183); Blue value is 117 (46.09% from 255 or 63.93% from 183); Max value from RGB is 117 - color contains mainly: blue. Hex color #182A75 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #182A75 is #E7D58A. Grayscale: #2C2C2C. Windows color (decimal): -15193483 or 7678488. OLE color: 7678488.

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

Color convert

RGB 24 42 117 -
CMYK 0.79 0.64 0 0.54
HSL 228.39º 0.66% 0.28% -
HSV(B) 228.39º 0.79% 0.46% -
XYZ 4.42 3.13 17.2 -
YUV 45.17 168.54 112.9 -
System Red Green Blue C M Y K H S L
Decimal 24 42 117 0.79 0.64 0 0.54 228.39 0.66 0.28
Hex 18 2A 75 4F 40 0 36 E4 42 1C
Octal 30 52 165 117 100 0 66 344 102 34
Binary 11000 101010 1110101 1001111 1000000 0 110110 11100100 1000010 11100

Color Harmonies of #182A75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #182A75

Black with #182A75

Text Example


Text Example

White with #182A75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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