Html Css Color HEX #152F7B Sapphire

📋 copy color: '#152F7B'

red 21 ◦ green 47 ◦ blue 123

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

Shades of Sapphire #152F7B

Tints of Sapphire #152F7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 64.4%

R = 10.99%
G = 24.61%
B = 64.4%

CMYK

 C value IS 0.83

 M value IS 0.62

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#152F7B (or 0x152F7B) is known color: Sapphire. HEX triplet: 15, 2F and 7B. RGB value is (21,47,123). Sum of RGB (Red+Green+Blue) = 21+47+123=191 (25% of max value = 765). Red value is 21 (8.59% from 255 or 10.99% from 191); Green value is 47 (18.75% from 255 or 24.61% from 191); Blue value is 123 (48.44% from 255 or 64.40% from 191); Max value from RGB is 123 - color contains mainly: blue. Hex color #152F7B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152F7B is #EAD084. Grayscale: #2F2F2F. Windows color (decimal): -15388805 or 8072981. OLE color: 8072981.

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

Color convert

RGB 21 47 123 -
CMYK 0.83 0.62 0 0.52
HSL 224.71º 0.71% 0.28% -
HSV(B) 224.71º 0.83% 0.48% -
XYZ 4.9 3.62 19.18 -
YUV 47.89 170.39 108.82 -
System Red Green Blue C M Y K H S L
Decimal 21 47 123 0.83 0.62 0 0.52 224.71 0.71 0.28
Hex 15 2F 7B 53 3E 0 34 E1 47 1C
Octal 25 57 173 123 76 0 64 341 107 34
Binary 10101 101111 1111011 1010011 111110 0 110100 11100001 1000111 11100

Color Harmonies of #152F7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152F7B

Black with #152F7B

Text Example


Text Example

White with #152F7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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