Html Css Color HEX #182D75 Sapphire

📋 copy color: '#182D75'

red 24 ◦ green 45 ◦ blue 117

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

Shades of Sapphire #182D75

Tints of Sapphire #182D75

RGB

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

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

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

R = 12.9%
G = 24.19%
B = 62.9%

CMYK

 C value IS 0.79

 M value IS 0.62

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#182D75 (or 0x182D75) is known color: Sapphire. HEX triplet: 18, 2D and 75. RGB value is (24,45,117). Sum of RGB (Red+Green+Blue) = 24+45+117=186 (24% of max value = 765). Red value is 24 (9.77% from 255 or 12.90% from 186); Green value is 45 (17.97% from 255 or 24.19% from 186); Blue value is 117 (46.09% from 255 or 62.90% from 186); Max value from RGB is 117 - color contains mainly: blue. Hex color #182D75 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #182D75 is #E7D28A. Grayscale: #2E2E2E. Windows color (decimal): -15192715 or 7679256. OLE color: 7679256.

HSL color Cylindrical-coordinate representation of color #182D75: hue angle of 226.45º 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 #182D75 is Cyan = 0.79, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 24 45 117 -
CMYK 0.79 0.62 0 0.54
HSL 226.45º 0.66% 0.28% -
HSV(B) 226.45º 0.79% 0.46% -
XYZ 4.53 3.36 17.24 -
YUV 46.93 167.54 111.65 -
System Red Green Blue C M Y K H S L
Decimal 24 45 117 0.79 0.62 0 0.54 226.45 0.66 0.28
Hex 18 2D 75 4F 3E 0 36 E2 42 1C
Octal 30 55 165 117 76 0 66 342 102 34
Binary 11000 101101 1110101 1001111 111110 0 110110 11100010 1000010 11100

Color Harmonies of #182D75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #182D75

Black with #182D75

Text Example


Text Example

White with #182D75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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