Html Css Color HEX #182D7D Sapphire

📋 copy color: '#182D7D'

red 24 ◦ green 45 ◦ blue 125

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

Shades of Sapphire #182D7D

Tints of Sapphire #182D7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 64.43%

R = 12.37%
G = 23.2%
B = 64.43%

CMYK

 C value IS 0.81

 M value IS 0.64

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#182D7D (or 0x182D7D) is known color: Sapphire. HEX triplet: 18, 2D and 7D. RGB value is (24,45,125). Sum of RGB (Red+Green+Blue) = 24+45+125=194 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.37% from 194); Green value is 45 (17.97% from 255 or 23.20% from 194); Blue value is 125 (49.22% from 255 or 64.43% from 194); Max value from RGB is 125 - color contains mainly: blue. Hex color #182D7D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #182D7D is #E7D282. Grayscale: #2F2F2F. Windows color (decimal): -15192707 or 8203544. OLE color: 8203544.

HSL color Cylindrical-coordinate representation of color #182D7D: hue angle of 227.52º degrees, saturation: 0.68, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #182D7D is Cyan = 0.81, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 24 45 125 -
CMYK 0.81 0.64 0 0.51
HSL 227.52º 0.68% 0.29% -
HSV(B) 227.52º 0.81% 0.49% -
XYZ 5.02 3.55 19.82 -
YUV 47.84 171.54 111 -
System Red Green Blue C M Y K H S L
Decimal 24 45 125 0.81 0.64 0 0.51 227.52 0.68 0.29
Hex 18 2D 7D 51 40 0 33 E4 44 1D
Octal 30 55 175 121 100 0 63 344 104 35
Binary 11000 101101 1111101 1010001 1000000 0 110011 11100100 1000100 11101

Color Harmonies of #182D7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #182D7D

Black with #182D7D

Text Example


Text Example

White with #182D7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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