Html Css Color HEX #152F81 Sapphire

📋 copy color: '#152F81'

red 21 ◦ green 47 ◦ blue 129

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

Shades of Sapphire #152F81

Tints of Sapphire #152F81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 65.48%

R = 10.66%
G = 23.86%
B = 65.48%

CMYK

 C value IS 0.84

 M value IS 0.64

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#152F81 (or 0x152F81) is known color: Sapphire. HEX triplet: 15, 2F and 81. RGB value is (21,47,129). Sum of RGB (Red+Green+Blue) = 21+47+129=197 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.66% from 197); Green value is 47 (18.75% from 255 or 23.86% from 197); Blue value is 129 (50.78% from 255 or 65.48% from 197); Max value from RGB is 129 - color contains mainly: blue. Hex color #152F81 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #152F81 is #EAD07E. Grayscale: #303030. Windows color (decimal): -15388799 or 8466197. OLE color: 8466197.

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

Color convert

RGB 21 47 129 -
CMYK 0.84 0.64 0 0.49
HSL 225.56º 0.72% 0.29% -
HSV(B) 225.56º 0.84% 0.51% -
XYZ 5.29 3.78 21.22 -
YUV 48.57 173.39 108.33 -
System Red Green Blue C M Y K H S L
Decimal 21 47 129 0.84 0.64 0 0.49 225.56 0.72 0.29
Hex 15 2F 81 54 40 0 31 E2 48 1D
Octal 25 57 201 124 100 0 61 342 110 35
Binary 10101 101111 10000001 1010100 1000000 0 110001 11100010 1001000 11101

Color Harmonies of #152F81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152F81

Black with #152F81

Text Example


Text Example

White with #152F81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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