Html Css Color HEX #182B61 Sapphire

📋 copy color: '#182B61'

red 24 ◦ green 43 ◦ blue 97

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

Shades of Sapphire #182B61

Tints of Sapphire #182B61

RGB

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

 GREEN value IS 43 (17.19% from 255) = 26.22%

 BLUE value IS 97 (38.28% from 255) = 59.15%

R = 14.63%
G = 26.22%
B = 59.15%

CMYK

 C value IS 0.75

 M value IS 0.56

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#182B61 (or 0x182B61) is known color: Sapphire. HEX triplet: 18, 2B and 61. RGB value is (24,43,97). Sum of RGB (Red+Green+Blue) = 24+43+97=164 (21% of max value = 765). Red value is 24 (9.77% from 255 or 14.63% from 164); Green value is 43 (17.19% from 255 or 26.22% from 164); Blue value is 97 (38.28% from 255 or 59.15% from 164); Max value from RGB is 97 - color contains mainly: blue. Hex color #182B61 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #182B61 is #E7D49E. Grayscale: #2B2B2B. Windows color (decimal): -15193247 or 6368024. OLE color: 6368024.

HSL color Cylindrical-coordinate representation of color #182B61: hue angle of 224.38º degrees, saturation: 0.6, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #182B61 is Cyan = 0.75, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 24 43 97 -
CMYK 0.75 0.56 0 0.62
HSL 224.38º 0.6% 0.24% -
HSV(B) 224.38º 0.75% 0.38% -
XYZ 3.4 2.79 11.67 -
YUV 43.48 158.21 114.11 -
System Red Green Blue C M Y K H S L
Decimal 24 43 97 0.75 0.56 0 0.62 224.38 0.6 0.24
Hex 18 2B 61 4B 38 0 3E E0 3C 18
Octal 30 53 141 113 70 0 76 340 74 30
Binary 11000 101011 1100001 1001011 111000 0 111110 11100000 111100 11000

Color Harmonies of #182B61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #182B61

Black with #182B61

Text Example


Text Example

White with #182B61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #182B61; }

 p { color: rgb(24,43,97); }

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

background-color css

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

 a { background-color: rgb(24,43,97); }

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

border-color css

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

 span { border-color: rgb(24,43,97); }

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