Html Css Color HEX #152F68 Sapphire

📋 copy color: '#152F68'

red 21 ◦ green 47 ◦ blue 104

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

Shades of Sapphire #152F68

Tints of Sapphire #152F68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 60.47%

R = 12.21%
G = 27.33%
B = 60.47%

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

#152F68 (or 0x152F68) is known color: Sapphire. HEX triplet: 15, 2F and 68. RGB value is (21,47,104). Sum of RGB (Red+Green+Blue) = 21+47+104=172 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.21% from 172); Green value is 47 (18.75% from 255 or 27.33% from 172); Blue value is 104 (41.02% from 255 or 60.47% from 172); Max value from RGB is 104 - color contains mainly: blue. Hex color #152F68 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152F68 is #EAD097. Grayscale: #2D2D2D. Windows color (decimal): -15388824 or 6827797. OLE color: 6827797.

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

Color convert

RGB 21 47 104 -
CMYK 0.80 0.55 0 0.59
HSL 221.2º 0.66% 0.25% -
HSV(B) 221.2º 0.8% 0.41% -
XYZ 3.82 3.19 13.51 -
YUV 45.72 160.89 110.37 -
System Red Green Blue C M Y K H S L
Decimal 21 47 104 0.80 0.55 0 0.59 221.2 0.66 0.25
Hex 15 2F 68 50 37 0 3B DD 42 19
Octal 25 57 150 120 67 0 73 335 102 31
Binary 10101 101111 1101000 1010000 110111 0 111011 11011101 1000010 11001

Color Harmonies of #152F68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152F68

Black with #152F68

Text Example


Text Example

White with #152F68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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