Html Css Color HEX #182969 Sapphire

📋 copy color: '#182969'

red 24 ◦ green 41 ◦ blue 105

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

Shades of Sapphire #182969

Tints of Sapphire #182969

RGB

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

 GREEN value IS 41 (16.41% from 255) = 24.12%

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

R = 14.12%
G = 24.12%
B = 61.76%

CMYK

 C value IS 0.77

 M value IS 0.61

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#182969 (or 0x182969) is known color: Sapphire. HEX triplet: 18, 29 and 69. RGB value is (24,41,105). Sum of RGB (Red+Green+Blue) = 24+41+105=170 (22% of max value = 765). Red value is 24 (9.77% from 255 or 14.12% from 170); Green value is 41 (16.41% from 255 or 24.12% from 170); Blue value is 105 (41.41% from 255 or 61.76% from 170); Max value from RGB is 105 - color contains mainly: blue. Hex color #182969 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #182969 is #E7D696. Grayscale: #2A2A2A. Windows color (decimal): -15193751 or 6891800. OLE color: 6891800.

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

Color convert

RGB 24 41 105 -
CMYK 0.77 0.61 0 0.59
HSL 227.41º 0.63% 0.25% -
HSV(B) 227.41º 0.77% 0.41% -
XYZ 3.72 2.8 13.71 -
YUV 43.21 162.87 114.3 -
System Red Green Blue C M Y K H S L
Decimal 24 41 105 0.77 0.61 0 0.59 227.41 0.63 0.25
Hex 18 29 69 4D 3D 0 3B E3 3F 19
Octal 30 51 151 115 75 0 73 343 77 31
Binary 11000 101001 1101001 1001101 111101 0 111011 11100011 111111 11001

Color Harmonies of #182969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #182969

Black with #182969

Text Example


Text Example

White with #182969

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #182969; }

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

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

background-color css

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

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

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

border-color css

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

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

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