Html Css Color HEX #182E7D Sapphire

📋 copy color: '#182E7D'

red 24 ◦ green 46 ◦ blue 125

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

Shades of Sapphire #182E7D

Tints of Sapphire #182E7D

RGB

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

 GREEN value IS 46 (18.36% from 255) = 23.59%

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

R = 12.31%
G = 23.59%
B = 64.1%

CMYK

 C value IS 0.81

 M value IS 0.63

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#182E7D (or 0x182E7D) is known color: Sapphire. HEX triplet: 18, 2E and 7D. RGB value is (24,46,125). Sum of RGB (Red+Green+Blue) = 24+46+125=195 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.31% from 195); Green value is 46 (18.36% from 255 or 23.59% from 195); Blue value is 125 (49.22% from 255 or 64.10% from 195); Max value from RGB is 125 - color contains mainly: blue. Hex color #182E7D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #182E7D is #E7D182. Grayscale: #303030. Windows color (decimal): -15192451 or 8203800. OLE color: 8203800.

HSL color Cylindrical-coordinate representation of color #182E7D: hue angle of 226.93º 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 #182E7D is Cyan = 0.81, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 24 46 125 -
CMYK 0.81 0.63 0 0.51
HSL 226.93º 0.68% 0.29% -
HSV(B) 226.93º 0.81% 0.49% -
XYZ 5.06 3.63 19.84 -
YUV 48.43 171.21 110.58 -
System Red Green Blue C M Y K H S L
Decimal 24 46 125 0.81 0.63 0 0.51 226.93 0.68 0.29
Hex 18 2E 7D 51 3F 0 33 E3 44 1D
Octal 30 56 175 121 77 0 63 343 104 35
Binary 11000 101110 1111101 1010001 111111 0 110011 11100011 1000100 11101

Color Harmonies of #182E7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #182E7D

Black with #182E7D

Text Example


Text Example

White with #182E7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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