Html Css Color HEX #152D69 Sapphire

📋 copy color: '#152D69'

red 21 ◦ green 45 ◦ blue 105

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

Shades of Sapphire #152D69

Tints of Sapphire #152D69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 61.4%

R = 12.28%
G = 26.32%
B = 61.4%

CMYK

 C value IS 0.80

 M value IS 0.57

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#152D69 (or 0x152D69) is known color: Sapphire. HEX triplet: 15, 2D and 69. RGB value is (21,45,105). Sum of RGB (Red+Green+Blue) = 21+45+105=171 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.28% from 171); Green value is 45 (17.97% from 255 or 26.32% from 171); Blue value is 105 (41.41% from 255 or 61.40% from 171); Max value from RGB is 105 - color contains mainly: blue. Hex color #152D69 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152D69 is #EAD296. Grayscale: #2C2C2C. Windows color (decimal): -15389335 or 6892821. OLE color: 6892821.

HSL color Cylindrical-coordinate representation of color #152D69: hue angle of 222.86º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #152D69 is Cyan = 0.80, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 21 45 105 -
CMYK 0.80 0.57 0 0.59
HSL 222.86º 0.67% 0.25% -
HSV(B) 222.86º 0.8% 0.41% -
XYZ 3.8 3.06 13.75 -
YUV 44.66 162.05 111.12 -
System Red Green Blue C M Y K H S L
Decimal 21 45 105 0.80 0.57 0 0.59 222.86 0.67 0.25
Hex 15 2D 69 50 39 0 3B DF 43 19
Octal 25 55 151 120 71 0 73 337 103 31
Binary 10101 101101 1101001 1010000 111001 0 111011 11011111 1000011 11001

Color Harmonies of #152D69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152D69

Black with #152D69

Text Example


Text Example

White with #152D69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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