Html Css Color HEX #152F67 Sapphire

📋 copy color: '#152F67'

red 21 ◦ green 47 ◦ blue 103

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

Shades of Sapphire #152F67

Tints of Sapphire #152F67

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 60.23%

R = 12.28%
G = 27.49%
B = 60.23%

CMYK

 C value IS 0.80

 M value IS 0.54

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#152F67 (or 0x152F67) is known color: Sapphire. HEX triplet: 15, 2F and 67. RGB value is (21,47,103). Sum of RGB (Red+Green+Blue) = 21+47+103=171 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.28% from 171); Green value is 47 (18.75% from 255 or 27.49% from 171); Blue value is 103 (40.62% from 255 or 60.23% from 171); Max value from RGB is 103 - color contains mainly: blue. Hex color #152F67 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152F67 is #EAD098. Grayscale: #2D2D2D. Windows color (decimal): -15388825 or 6762261. OLE color: 6762261.

HSL color Cylindrical-coordinate representation of color #152F67: hue angle of 220.98º degrees, saturation: 0.66, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #152F67 is Cyan = 0.80, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 21 47 103 -
CMYK 0.80 0.54 0 0.60
HSL 220.98º 0.66% 0.24% -
HSV(B) 220.98º 0.8% 0.4% -
XYZ 3.77 3.17 13.25 -
YUV 45.61 160.39 110.45 -
System Red Green Blue C M Y K H S L
Decimal 21 47 103 0.80 0.54 0 0.60 220.98 0.66 0.24
Hex 15 2F 67 50 36 0 3C DD 42 18
Octal 25 57 147 120 66 0 74 335 102 30
Binary 10101 101111 1100111 1010000 110110 0 111100 11011101 1000010 11000

Color Harmonies of #152F67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152F67

Black with #152F67

Text Example


Text Example

White with #152F67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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