Html Css Color HEX #152F7D Sapphire

📋 copy color: '#152F7D'

red 21 ◦ green 47 ◦ blue 125

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

Shades of Sapphire #152F7D

Tints of Sapphire #152F7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 64.77%

R = 10.88%
G = 24.35%
B = 64.77%

CMYK

 C value IS 0.83

 M value IS 0.62

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#152F7D (or 0x152F7D) is known color: Sapphire. HEX triplet: 15, 2F and 7D. RGB value is (21,47,125). Sum of RGB (Red+Green+Blue) = 21+47+125=193 (25% of max value = 765). Red value is 21 (8.59% from 255 or 10.88% from 193); Green value is 47 (18.75% from 255 or 24.35% from 193); Blue value is 125 (49.22% from 255 or 64.77% from 193); Max value from RGB is 125 - color contains mainly: blue. Hex color #152F7D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152F7D is #EAD082. Grayscale: #2F2F2F. Windows color (decimal): -15388803 or 8204053. OLE color: 8204053.

HSL color Cylindrical-coordinate representation of color #152F7D: hue angle of 225º degrees, saturation: 0.71, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #152F7D is Cyan = 0.83, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 21 47 125 -
CMYK 0.83 0.62 0 0.51
HSL 225º 0.71% 0.29% -
HSV(B) 225º 0.83% 0.49% -
XYZ 5.03 3.67 19.85 -
YUV 48.12 171.39 108.66 -
System Red Green Blue C M Y K H S L
Decimal 21 47 125 0.83 0.62 0 0.51 225 0.71 0.29
Hex 15 2F 7D 53 3E 0 33 E1 47 1D
Octal 25 57 175 123 76 0 63 341 107 35
Binary 10101 101111 1111101 1010011 111110 0 110011 11100001 1000111 11101

Color Harmonies of #152F7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152F7D

Black with #152F7D

Text Example


Text Example

White with #152F7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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