Html Css Color HEX #183474 Sapphire

📋 copy color: '#183474'

red 24 ◦ green 52 ◦ blue 116

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

Shades of Sapphire #183474

Tints of Sapphire #183474

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 60.42%

R = 12.5%
G = 27.08%
B = 60.42%

CMYK

 C value IS 0.79

 M value IS 0.55

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#183474 (or 0x183474) is known color: Sapphire. HEX triplet: 18, 34 and 74. RGB value is (24,52,116). Sum of RGB (Red+Green+Blue) = 24+52+116=192 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.5% from 192); Green value is 52 (20.70% from 255 or 27.08% from 192); Blue value is 116 (45.70% from 255 or 60.42% from 192); Max value from RGB is 116 - color contains mainly: blue. Hex color #183474 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #183474 is #E7CB8B. Grayscale: #323232. Windows color (decimal): -15190924 or 7615512. OLE color: 7615512.

HSL color Cylindrical-coordinate representation of color #183474: hue angle of 221.74º degrees, saturation: 0.66, 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 #183474 is Cyan = 0.79, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 24 52 116 -
CMYK 0.79 0.55 0 0.55
HSL 221.74º 0.66% 0.27% -
HSV(B) 221.74º 0.79% 0.45% -
XYZ 4.76 3.91 17.03 -
YUV 50.92 164.72 108.8 -
System Red Green Blue C M Y K H S L
Decimal 24 52 116 0.79 0.55 0 0.55 221.74 0.66 0.27
Hex 18 34 74 4F 37 0 37 DE 42 1B
Octal 30 64 164 117 67 0 67 336 102 33
Binary 11000 110100 1110100 1001111 110111 0 110111 11011110 1000010 11011

Color Harmonies of #183474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #183474

Black with #183474

Text Example


Text Example

White with #183474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #183474; }

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

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

background-color css

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

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

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

border-color css

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

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

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