Html Css Color HEX #152469 Sapphire

📋 copy color: '#152469'

red 21 ◦ green 36 ◦ blue 105

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

Shades of Sapphire #152469

Tints of Sapphire #152469

RGB

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

 GREEN value IS 36 (14.45% from 255) = 22.22%

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

R = 12.96%
G = 22.22%
B = 64.81%

CMYK

 C value IS 0.80

 M value IS 0.66

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#152469 (or 0x152469) is known color: Sapphire. HEX triplet: 15, 24 and 69. RGB value is (21,36,105). Sum of RGB (Red+Green+Blue) = 21+36+105=162 (21% of max value = 765). Red value is 21 (8.59% from 255 or 12.96% from 162); Green value is 36 (14.45% from 255 or 22.22% from 162); Blue value is 105 (41.41% from 255 or 64.81% from 162); Max value from RGB is 105 - color contains mainly: blue. Hex color #152469 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152469 is #EADB96. Grayscale: #272727. Windows color (decimal): -15391639 or 6890517. OLE color: 6890517.

HSL color Cylindrical-coordinate representation of color #152469: hue angle of 229.29º 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 #152469 is Cyan = 0.80, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 21 36 105 -
CMYK 0.80 0.66 0 0.59
HSL 229.29º 0.67% 0.25% -
HSV(B) 229.29º 0.8% 0.41% -
XYZ 3.49 2.44 13.65 -
YUV 39.38 165.03 114.89 -
System Red Green Blue C M Y K H S L
Decimal 21 36 105 0.80 0.66 0 0.59 229.29 0.67 0.25
Hex 15 24 69 50 42 0 3B E5 43 19
Octal 25 44 151 120 102 0 73 345 103 31
Binary 10101 100100 1101001 1010000 1000010 0 111011 11100101 1000011 11001

Color Harmonies of #152469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152469

Black with #152469

Text Example


Text Example

White with #152469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #152469; }

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

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

background-color css

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

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

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

border-color css

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

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

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