Html Css Color HEX #183069 Sapphire

📋 copy color: '#183069'

red 24 ◦ green 48 ◦ blue 105

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

Shades of Sapphire #183069

Tints of Sapphire #183069

RGB

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

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

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

R = 13.56%
G = 27.12%
B = 59.32%

CMYK

 C value IS 0.77

 M value IS 0.54

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#183069 (or 0x183069) is known color: Sapphire. HEX triplet: 18, 30 and 69. RGB value is (24,48,105). Sum of RGB (Red+Green+Blue) = 24+48+105=177 (23% of max value = 765). Red value is 24 (9.77% from 255 or 13.56% from 177); Green value is 48 (19.14% from 255 or 27.12% from 177); Blue value is 105 (41.41% from 255 or 59.32% from 177); Max value from RGB is 105 - color contains mainly: blue. Hex color #183069 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #183069 is #E7CF96. Grayscale: #2F2F2F. Windows color (decimal): -15191959 or 6893592. OLE color: 6893592.

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

Color convert

RGB 24 48 105 -
CMYK 0.77 0.54 0 0.59
HSL 222.22º 0.63% 0.25% -
HSV(B) 222.22º 0.77% 0.41% -
XYZ 3.98 3.33 13.8 -
YUV 47.32 160.55 111.37 -
System Red Green Blue C M Y K H S L
Decimal 24 48 105 0.77 0.54 0 0.59 222.22 0.63 0.25
Hex 18 30 69 4D 36 0 3B DE 3F 19
Octal 30 60 151 115 66 0 73 336 77 31
Binary 11000 110000 1101001 1001101 110110 0 111011 11011110 111111 11001

Color Harmonies of #183069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #183069

Black with #183069

Text Example


Text Example

White with #183069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #183069; }

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

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

background-color css

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

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

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

border-color css

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

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

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