Html Css Color HEX #152A66 Sapphire

📋 copy color: '#152A66'

red 21 ◦ green 42 ◦ blue 102

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

Shades of Sapphire #152A66

Tints of Sapphire #152A66

RGB

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

 GREEN value IS 42 (16.8% from 255) = 25.45%

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

R = 12.73%
G = 25.45%
B = 61.82%

CMYK

 C value IS 0.79

 M value IS 0.59

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#152A66 (or 0x152A66) is known color: Sapphire. HEX triplet: 15, 2A and 66. RGB value is (21,42,102). Sum of RGB (Red+Green+Blue) = 21+42+102=165 (21% of max value = 765). Red value is 21 (8.59% from 255 or 12.73% from 165); Green value is 42 (16.80% from 255 or 25.45% from 165); Blue value is 102 (40.23% from 255 or 61.82% from 165); Max value from RGB is 102 - color contains mainly: blue. Hex color #152A66 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152A66 is #EAD599. Grayscale: #2A2A2A. Windows color (decimal): -15390106 or 6695445. OLE color: 6695445.

HSL color Cylindrical-coordinate representation of color #152A66: hue angle of 224.44º 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 #152A66 is Cyan = 0.79, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 21 42 102 -
CMYK 0.79 0.59 0 0.6
HSL 224.44º 0.66% 0.24% -
HSV(B) 224.44º 0.79% 0.4% -
XYZ 3.54 2.77 12.92 -
YUV 42.56 161.54 112.62 -
System Red Green Blue C M Y K H S L
Decimal 21 42 102 0.79 0.59 0 0.6 224.44 0.66 0.24
Hex 15 2A 66 4F 3B 0 3C E0 42 18
Octal 25 52 146 117 73 0 74 340 102 30
Binary 10101 101010 1100110 1001111 111011 0 111100 11100000 1000010 11000

Color Harmonies of #152A66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152A66

Black with #152A66

Text Example


Text Example

White with #152A66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #152A66; }

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

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

background-color css

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

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

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

border-color css

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

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

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