Html Css Color HEX #152F69 Sapphire

📋 copy color: '#152F69'

red 21 ◦ green 47 ◦ blue 105

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

Shades of Sapphire #152F69

Tints of Sapphire #152F69

RGB

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

 GREEN value IS 47 (18.75% from 255) = 27.17%

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

R = 12.14%
G = 27.17%
B = 60.69%

CMYK

 C value IS 0.80

 M value IS 0.55

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#152F69 (or 0x152F69) is known color: Sapphire. HEX triplet: 15, 2F and 69. RGB value is (21,47,105). Sum of RGB (Red+Green+Blue) = 21+47+105=173 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.14% from 173); Green value is 47 (18.75% from 255 or 27.17% from 173); Blue value is 105 (41.41% from 255 or 60.69% from 173); Max value from RGB is 105 - color contains mainly: blue. Hex color #152F69 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152F69 is #EAD096. Grayscale: #2D2D2D. Windows color (decimal): -15388823 or 6893333. OLE color: 6893333.

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

Color convert

RGB 21 47 105 -
CMYK 0.80 0.55 0 0.59
HSL 221.43º 0.67% 0.25% -
HSV(B) 221.43º 0.8% 0.41% -
XYZ 3.88 3.21 13.78 -
YUV 45.84 161.39 110.28 -
System Red Green Blue C M Y K H S L
Decimal 21 47 105 0.80 0.55 0 0.59 221.43 0.67 0.25
Hex 15 2F 69 50 37 0 3B DD 43 19
Octal 25 57 151 120 67 0 73 335 103 31
Binary 10101 101111 1101001 1010000 110111 0 111011 11011101 1000011 11001

Color Harmonies of #152F69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152F69

Black with #152F69

Text Example


Text Example

White with #152F69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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