Html Css Color HEX #183469 Sapphire

📋 copy color: '#183469'

red 24 ◦ green 52 ◦ blue 105

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

Shades of Sapphire #183469

Tints of Sapphire #183469

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 58.01%

R = 13.26%
G = 28.73%
B = 58.01%

CMYK

 C value IS 0.77

 M value IS 0.50

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#183469 (or 0x183469) is known color: Sapphire. HEX triplet: 18, 34 and 69. RGB value is (24,52,105). Sum of RGB (Red+Green+Blue) = 24+52+105=181 (23% of max value = 765). Red value is 24 (9.77% from 255 or 13.26% from 181); Green value is 52 (20.70% from 255 or 28.73% from 181); Blue value is 105 (41.41% from 255 or 58.01% from 181); Max value from RGB is 105 - color contains mainly: blue. Hex color #183469 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #183469 is #E7CB96. Grayscale: #313131. Windows color (decimal): -15190935 or 6894616. OLE color: 6894616.

HSL color Cylindrical-coordinate representation of color #183469: hue angle of 219.26º degrees, saturation: 0.63, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #183469 is Cyan = 0.77, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 24 52 105 -
CMYK 0.77 0.50 0 0.59
HSL 219.26º 0.63% 0.25% -
HSV(B) 219.26º 0.77% 0.41% -
XYZ 4.15 3.67 13.85 -
YUV 49.67 159.22 109.69 -
System Red Green Blue C M Y K H S L
Decimal 24 52 105 0.77 0.50 0 0.59 219.26 0.63 0.25
Hex 18 34 69 4D 32 0 3B DB 3F 19
Octal 30 64 151 115 62 0 73 333 77 31
Binary 11000 110100 1101001 1001101 110010 0 111011 11011011 111111 11001

Color Harmonies of #183469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #183469

Black with #183469

Text Example


Text Example

White with #183469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #183469; }

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

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

background-color css

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

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

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

border-color css

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

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

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