Html Css Color HEX #183269 Sapphire

📋 copy color: '#183269'

red 24 ◦ green 50 ◦ blue 105

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

Shades of Sapphire #183269

Tints of Sapphire #183269

RGB

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

 GREEN value IS 50 (19.92% from 255) = 27.93%

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

R = 13.41%
G = 27.93%
B = 58.66%

CMYK

 C value IS 0.77

 M value IS 0.52

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#183269 (or 0x183269) is known color: Sapphire. HEX triplet: 18, 32 and 69. RGB value is (24,50,105). Sum of RGB (Red+Green+Blue) = 24+50+105=179 (23% of max value = 765). Red value is 24 (9.77% from 255 or 13.41% from 179); Green value is 50 (19.92% from 255 or 27.93% from 179); Blue value is 105 (41.41% from 255 or 58.66% from 179); Max value from RGB is 105 - color contains mainly: blue. Hex color #183269 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #183269 is #E7CD96. Grayscale: #303030. Windows color (decimal): -15191447 or 6894104. OLE color: 6894104.

HSL color Cylindrical-coordinate representation of color #183269: hue angle of 220.74º 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 #183269 is Cyan = 0.77, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 24 50 105 -
CMYK 0.77 0.52 0 0.59
HSL 220.74º 0.63% 0.25% -
HSV(B) 220.74º 0.77% 0.41% -
XYZ 4.07 3.5 13.82 -
YUV 48.5 159.89 110.53 -
System Red Green Blue C M Y K H S L
Decimal 24 50 105 0.77 0.52 0 0.59 220.74 0.63 0.25
Hex 18 32 69 4D 34 0 3B DD 3F 19
Octal 30 62 151 115 64 0 73 335 77 31
Binary 11000 110010 1101001 1001101 110100 0 111011 11011101 111111 11001

Color Harmonies of #183269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #183269

Black with #183269

Text Example


Text Example

White with #183269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #183269; }

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

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

background-color css

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

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

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

border-color css

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

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

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