Html Css Color HEX #182970 Sapphire

📋 copy color: '#182970'

red 24 ◦ green 41 ◦ blue 112

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

Shades of Sapphire #182970

Tints of Sapphire #182970

RGB

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

 GREEN value IS 41 (16.41% from 255) = 23.16%

 BLUE value IS 112 (44.14% from 255) = 63.28%

R = 13.56%
G = 23.16%
B = 63.28%

CMYK

 C value IS 0.79

 M value IS 0.63

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#182970 (or 0x182970) is known color: Sapphire. HEX triplet: 18, 29 and 70. RGB value is (24,41,112). Sum of RGB (Red+Green+Blue) = 24+41+112=177 (23% of max value = 765). Red value is 24 (9.77% from 255 or 13.56% from 177); Green value is 41 (16.41% from 255 or 23.16% from 177); Blue value is 112 (44.14% from 255 or 63.28% from 177); Max value from RGB is 112 - color contains mainly: blue. Hex color #182970 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #182970 is #E7D68F. Grayscale: #2B2B2B. Windows color (decimal): -15193744 or 7350552. OLE color: 7350552.

HSL color Cylindrical-coordinate representation of color #182970: hue angle of 228.41º degrees, saturation: 0.65, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #182970 is Cyan = 0.79, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 24 41 112 -
CMYK 0.79 0.63 0 0.56
HSL 228.41º 0.65% 0.27% -
HSV(B) 228.41º 0.79% 0.44% -
XYZ 4.09 2.95 15.68 -
YUV 44.01 166.37 113.73 -
System Red Green Blue C M Y K H S L
Decimal 24 41 112 0.79 0.63 0 0.56 228.41 0.65 0.27
Hex 18 29 70 4F 3F 0 38 E4 41 1B
Octal 30 51 160 117 77 0 70 344 101 33
Binary 11000 101001 1110000 1001111 111111 0 111000 11100100 1000001 11011

Color Harmonies of #182970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #182970

Black with #182970

Text Example


Text Example

White with #182970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #182970; }

 p { color: rgb(24,41,112); }

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

background-color css

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

 a { background-color: rgb(24,41,112); }

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

border-color css

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

 span { border-color: rgb(24,41,112); }

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