Html Css Color HEX #182D62 Sapphire

📋 copy color: '#182D62'

red 24 ◦ green 45 ◦ blue 98

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

Shades of Sapphire #182D62

Tints of Sapphire #182D62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 58.68%

R = 14.37%
G = 26.95%
B = 58.68%

CMYK

 C value IS 0.76

 M value IS 0.54

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#182D62 (or 0x182D62) is known color: Sapphire. HEX triplet: 18, 2D and 62. RGB value is (24,45,98). Sum of RGB (Red+Green+Blue) = 24+45+98=167 (22% of max value = 765). Red value is 24 (9.77% from 255 or 14.37% from 167); Green value is 45 (17.97% from 255 or 26.95% from 167); Blue value is 98 (38.67% from 255 or 58.68% from 167); Max value from RGB is 98 - color contains mainly: blue. Hex color #182D62 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #182D62 is #E7D29D. Grayscale: #2C2C2C. Windows color (decimal): -15192734 or 6434072. OLE color: 6434072.

HSL color Cylindrical-coordinate representation of color #182D62: hue angle of 222.97º degrees, saturation: 0.61, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #182D62 is Cyan = 0.76, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 24 45 98 -
CMYK 0.76 0.54 0 0.62
HSL 222.97º 0.61% 0.24% -
HSV(B) 222.97º 0.76% 0.38% -
XYZ 3.52 2.95 11.94 -
YUV 44.76 158.04 113.19 -
System Red Green Blue C M Y K H S L
Decimal 24 45 98 0.76 0.54 0 0.62 222.97 0.61 0.24
Hex 18 2D 62 4C 36 0 3E DF 3D 18
Octal 30 55 142 114 66 0 76 337 75 30
Binary 11000 101101 1100010 1001100 110110 0 111110 11011111 111101 11000

Color Harmonies of #182D62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #182D62

Black with #182D62

Text Example


Text Example

White with #182D62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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