Html Css Color HEX #182C78 Sapphire

📋 copy color: '#182C78'

red 24 ◦ green 44 ◦ blue 120

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

Shades of Sapphire #182C78

Tints of Sapphire #182C78

RGB

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

 GREEN value IS 44 (17.58% from 255) = 23.4%

 BLUE value IS 120 (47.27% from 255) = 63.83%

R = 12.77%
G = 23.4%
B = 63.83%

CMYK

 C value IS 0.8

 M value IS 0.63

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#182C78 (or 0x182C78) is known color: Sapphire. HEX triplet: 18, 2C and 78. RGB value is (24,44,120). Sum of RGB (Red+Green+Blue) = 24+44+120=188 (24% of max value = 765). Red value is 24 (9.77% from 255 or 12.77% from 188); Green value is 44 (17.58% from 255 or 23.40% from 188); Blue value is 120 (47.27% from 255 or 63.83% from 188); Max value from RGB is 120 - color contains mainly: blue. Hex color #182C78 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #182C78 is #E7D387. Grayscale: #2E2E2E. Windows color (decimal): -15192968 or 7875608. OLE color: 7875608.

HSL color Cylindrical-coordinate representation of color #182C78: hue angle of 227.5º degrees, saturation: 0.67, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #182C78 is Cyan = 0.8, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 24 44 120 -
CMYK 0.8 0.63 0 0.53
HSL 227.5º 0.67% 0.28% -
HSV(B) 227.5º 0.8% 0.47% -
XYZ 4.67 3.35 18.17 -
YUV 46.68 169.37 111.82 -
System Red Green Blue C M Y K H S L
Decimal 24 44 120 0.8 0.63 0 0.53 227.5 0.67 0.28
Hex 18 2C 78 50 3F 0 35 E4 43 1C
Octal 30 54 170 120 77 0 65 344 103 34
Binary 11000 101100 1111000 1010000 111111 0 110101 11100100 1000011 11100

Color Harmonies of #182C78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #182C78

Black with #182C78

Text Example


Text Example

White with #182C78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,44,120); }

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

background-color css

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

 a { background-color: rgb(24,44,120); }

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

border-color css

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

 span { border-color: rgb(24,44,120); }

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