Html Css Color HEX #152766 Sapphire

📋 copy color: '#152766'

red 21 ◦ green 39 ◦ blue 102

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

Shades of Sapphire #152766

Tints of Sapphire #152766

RGB

 RED value IS 21 (8.59% from 255) = 12.96%

 GREEN value IS 39 (15.63% from 255) = 24.07%

 BLUE value IS 102 (40.23% from 255) = 62.96%

R = 12.96%
G = 24.07%
B = 62.96%

CMYK

 C value IS 0.79

 M value IS 0.62

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#152766 (or 0x152766) is known color: Sapphire. HEX triplet: 15, 27 and 66. RGB value is (21,39,102). Sum of RGB (Red+Green+Blue) = 21+39+102=162 (21% of max value = 765). Red value is 21 (8.59% from 255 or 12.96% from 162); Green value is 39 (15.62% from 255 or 24.07% from 162); Blue value is 102 (40.23% from 255 or 62.96% from 162); Max value from RGB is 102 - color contains mainly: blue. Hex color #152766 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152766 is #EAD899. Grayscale: #282828. Windows color (decimal): -15390874 or 6694677. OLE color: 6694677.

HSL color Cylindrical-coordinate representation of color #152766: hue angle of 226.67º degrees, saturation: 0.66, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #152766 is Cyan = 0.79, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 21 39 102 -
CMYK 0.79 0.62 0 0.6
HSL 226.67º 0.66% 0.24% -
HSV(B) 226.67º 0.79% 0.4% -
XYZ 3.43 2.57 12.89 -
YUV 40.8 162.54 113.88 -
System Red Green Blue C M Y K H S L
Decimal 21 39 102 0.79 0.62 0 0.6 226.67 0.66 0.24
Hex 15 27 66 4F 3E 0 3C E3 42 18
Octal 25 47 146 117 76 0 74 343 102 30
Binary 10101 100111 1100110 1001111 111110 0 111100 11100011 1000010 11000

Color Harmonies of #152766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152766

Black with #152766

Text Example


Text Example

White with #152766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #152766; }

 p { color: rgb(21,39,102); }

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

background-color css

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

 a { background-color: rgb(21,39,102); }

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

border-color css

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

 span { border-color: rgb(21,39,102); }

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