Html Css Color HEX #183061 Sapphire

📋 copy color: '#183061'

red 24 ◦ green 48 ◦ blue 97

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

Shades of Sapphire #183061

Tints of Sapphire #183061

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 57.4%

R = 14.2%
G = 28.4%
B = 57.4%

CMYK

 C value IS 0.75

 M value IS 0.51

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#183061 (or 0x183061) is known color: Sapphire. HEX triplet: 18, 30 and 61. RGB value is (24,48,97). Sum of RGB (Red+Green+Blue) = 24+48+97=169 (22% of max value = 765). Red value is 24 (9.77% from 255 or 14.20% from 169); Green value is 48 (19.14% from 255 or 28.40% from 169); Blue value is 97 (38.28% from 255 or 57.40% from 169); Max value from RGB is 97 - color contains mainly: blue. Hex color #183061 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #183061 is #E7CF9E. Grayscale: #2E2E2E. Windows color (decimal): -15191967 or 6369304. OLE color: 6369304.

HSL color Cylindrical-coordinate representation of color #183061: hue angle of 220.27º degrees, saturation: 0.6, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #183061 is Cyan = 0.75, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 24 48 97 -
CMYK 0.75 0.51 0 0.62
HSL 220.27º 0.6% 0.24% -
HSV(B) 220.27º 0.75% 0.38% -
XYZ 3.59 3.17 11.73 -
YUV 46.41 156.55 112.02 -
System Red Green Blue C M Y K H S L
Decimal 24 48 97 0.75 0.51 0 0.62 220.27 0.6 0.24
Hex 18 30 61 4B 33 0 3E DC 3C 18
Octal 30 60 141 113 63 0 76 334 74 30
Binary 11000 110000 1100001 1001011 110011 0 111110 11011100 111100 11000

Color Harmonies of #183061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #183061

Black with #183061

Text Example


Text Example

White with #183061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #183061; }

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

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

background-color css

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

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

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

border-color css

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

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

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