Html Css Color HEX #182F7F Sapphire

📋 copy color: '#182F7F'

red 24 ◦ green 47 ◦ blue 127

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

Shades of Sapphire #182F7F

Tints of Sapphire #182F7F

RGB

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

 GREEN value IS 47 (18.75% from 255) = 23.74%

 BLUE value IS 127 (50% from 255) = 64.14%

R = 12.12%
G = 23.74%
B = 64.14%

CMYK

 C value IS 0.81

 M value IS 0.63

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#182F7F (or 0x182F7F) is known color: Sapphire. HEX triplet: 18, 2F and 7F. RGB value is (24,47,127). Sum of RGB (Red+Green+Blue) = 24+47+127=198 (26% of max value = 765). Red value is 24 (9.77% from 255 or 12.12% from 198); Green value is 47 (18.75% from 255 or 23.74% from 198); Blue value is 127 (50% from 255 or 64.14% from 198); Max value from RGB is 127 - color contains mainly: blue. Hex color #182F7F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #182F7F is #E7D080. Grayscale: #303030. Windows color (decimal): -15192193 or 8335128. OLE color: 8335128.

HSL color Cylindrical-coordinate representation of color #182F7F: hue angle of 226.6º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #182F7F is Cyan = 0.81, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 24 47 127 -
CMYK 0.81 0.63 0 0.50
HSL 226.6º 0.68% 0.3% -
HSV(B) 226.6º 0.81% 0.5% -
XYZ 5.22 3.76 20.53 -
YUV 49.24 171.88 110 -
System Red Green Blue C M Y K H S L
Decimal 24 47 127 0.81 0.63 0 0.50 226.6 0.68 0.3
Hex 18 2F 7F 51 3F 0 32 E3 44 1E
Octal 30 57 177 121 77 0 62 343 104 36
Binary 11000 101111 1111111 1010001 111111 0 110010 11100011 1000100 11110

Color Harmonies of #182F7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #182F7F

Black with #182F7F

Text Example


Text Example

White with #182F7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,47,127); }

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

background-color css

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

 a { background-color: rgb(24,47,127); }

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

border-color css

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

 span { border-color: rgb(24,47,127); }

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