Html Css Color HEX #183472 Sapphire

📋 copy color: '#183472'

red 24 ◦ green 52 ◦ blue 114

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

Shades of Sapphire #183472

Tints of Sapphire #183472

RGB

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

 GREEN value IS 52 (20.7% from 255) = 27.37%

 BLUE value IS 114 (44.92% from 255) = 60%

R = 12.63%
G = 27.37%
B = 60%

CMYK

 C value IS 0.79

 M value IS 0.54

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#183472 (or 0x183472) is known color: Sapphire. HEX triplet: 18, 34 and 72. RGB value is (24,52,114). Sum of RGB (Red+Green+Blue) = 24+52+114=190 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.63% from 190); Green value is 52 (20.70% from 255 or 27.37% from 190); Blue value is 114 (44.92% from 255 or 60% from 190); Max value from RGB is 114 - color contains mainly: blue. Hex color #183472 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #183472 is #E7CB8D. Grayscale: #323232. Windows color (decimal): -15190926 or 7484440. OLE color: 7484440.

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

Color convert

RGB 24 52 114 -
CMYK 0.79 0.54 0 0.55
HSL 221.33º 0.65% 0.27% -
HSV(B) 221.33º 0.79% 0.45% -
XYZ 4.64 3.87 16.42 -
YUV 50.7 163.72 108.96 -
System Red Green Blue C M Y K H S L
Decimal 24 52 114 0.79 0.54 0 0.55 221.33 0.65 0.27
Hex 18 34 72 4F 36 0 37 DD 41 1B
Octal 30 64 162 117 66 0 67 335 101 33
Binary 11000 110100 1110010 1001111 110110 0 110111 11011101 1000001 11011

Color Harmonies of #183472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #183472

Black with #183472

Text Example


Text Example

White with #183472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #183472; }

 p { color: rgb(24,52,114); }

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

background-color css

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

 a { background-color: rgb(24,52,114); }

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

border-color css

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

 span { border-color: rgb(24,52,114); }

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