Html Css Color HEX #152D67 Sapphire

📋 copy color: '#152D67'

red 21 ◦ green 45 ◦ blue 103

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

Shades of Sapphire #152D67

Tints of Sapphire #152D67

RGB

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

 GREEN value IS 45 (17.97% from 255) = 26.63%

 BLUE value IS 103 (40.63% from 255) = 60.95%

R = 12.43%
G = 26.63%
B = 60.95%

CMYK

 C value IS 0.80

 M value IS 0.56

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#152D67 (or 0x152D67) is known color: Sapphire. HEX triplet: 15, 2D and 67. RGB value is (21,45,103). Sum of RGB (Red+Green+Blue) = 21+45+103=169 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.43% from 169); Green value is 45 (17.97% from 255 or 26.63% from 169); Blue value is 103 (40.62% from 255 or 60.95% from 169); Max value from RGB is 103 - color contains mainly: blue. Hex color #152D67 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152D67 is #EAD298. Grayscale: #2C2C2C. Windows color (decimal): -15389337 or 6761749. OLE color: 6761749.

HSL color Cylindrical-coordinate representation of color #152D67: hue angle of 222.44º degrees, saturation: 0.66, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #152D67 is Cyan = 0.80, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 21 45 103 -
CMYK 0.80 0.56 0 0.60
HSL 222.44º 0.66% 0.24% -
HSV(B) 222.44º 0.8% 0.4% -
XYZ 3.7 3.02 13.22 -
YUV 44.44 161.05 111.28 -
System Red Green Blue C M Y K H S L
Decimal 21 45 103 0.80 0.56 0 0.60 222.44 0.66 0.24
Hex 15 2D 67 50 38 0 3C DE 42 18
Octal 25 55 147 120 70 0 74 336 102 30
Binary 10101 101101 1100111 1010000 111000 0 111100 11011110 1000010 11000

Color Harmonies of #152D67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152D67

Black with #152D67

Text Example


Text Example

White with #152D67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,45,103); }

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

background-color css

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

 a { background-color: rgb(21,45,103); }

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

border-color css

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

 span { border-color: rgb(21,45,103); }

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