Html Css Color HEX #183070 Sapphire

📋 copy color: '#183070'

red 24 ◦ green 48 ◦ blue 112

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

Shades of Sapphire #183070

Tints of Sapphire #183070

RGB

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

 GREEN value IS 48 (19.14% from 255) = 26.09%

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

R = 13.04%
G = 26.09%
B = 60.87%

CMYK

 C value IS 0.79

 M value IS 0.57

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#183070 (or 0x183070) is known color: Sapphire. HEX triplet: 18, 30 and 70. RGB value is (24,48,112). Sum of RGB (Red+Green+Blue) = 24+48+112=184 (24% of max value = 765). Red value is 24 (9.77% from 255 or 13.04% from 184); Green value is 48 (19.14% from 255 or 26.09% from 184); Blue value is 112 (44.14% from 255 or 60.87% from 184); Max value from RGB is 112 - color contains mainly: blue. Hex color #183070 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #183070 is #E7CF8F. Grayscale: #2F2F2F. Windows color (decimal): -15191952 or 7352344. OLE color: 7352344.

HSL color Cylindrical-coordinate representation of color #183070: hue angle of 223.64º 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 #183070 is Cyan = 0.79, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 24 48 112 -
CMYK 0.79 0.57 0 0.56
HSL 223.64º 0.65% 0.27% -
HSV(B) 223.64º 0.79% 0.44% -
XYZ 4.36 3.48 15.77 -
YUV 48.12 164.05 110.8 -
System Red Green Blue C M Y K H S L
Decimal 24 48 112 0.79 0.57 0 0.56 223.64 0.65 0.27
Hex 18 30 70 4F 39 0 38 E0 41 1B
Octal 30 60 160 117 71 0 70 340 101 33
Binary 11000 110000 1110000 1001111 111001 0 111000 11100000 1000001 11011

Color Harmonies of #183070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #183070

Black with #183070

Text Example


Text Example

White with #183070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #183070; }

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

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

background-color css

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

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

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

border-color css

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

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

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