Html Css Color HEX #152B67 Sapphire

📋 copy color: '#152B67'

red 21 ◦ green 43 ◦ blue 103

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

Shades of Sapphire #152B67

Tints of Sapphire #152B67

RGB

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

 GREEN value IS 43 (17.19% from 255) = 25.75%

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

R = 12.57%
G = 25.75%
B = 61.68%

CMYK

 C value IS 0.80

 M value IS 0.58

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#152B67 (or 0x152B67) is known color: Sapphire. HEX triplet: 15, 2B and 67. RGB value is (21,43,103). Sum of RGB (Red+Green+Blue) = 21+43+103=167 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.57% from 167); Green value is 43 (17.19% from 255 or 25.75% from 167); Blue value is 103 (40.62% from 255 or 61.68% from 167); Max value from RGB is 103 - color contains mainly: blue. Hex color #152B67 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152B67 is #EAD498. Grayscale: #2B2B2B. Windows color (decimal): -15389849 or 6761237. OLE color: 6761237.

HSL color Cylindrical-coordinate representation of color #152B67: hue angle of 223.9º 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 #152B67 is Cyan = 0.80, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 21 43 103 -
CMYK 0.80 0.58 0 0.60
HSL 223.9º 0.66% 0.24% -
HSV(B) 223.9º 0.8% 0.4% -
XYZ 3.62 2.87 13.19 -
YUV 43.26 161.71 112.12 -
System Red Green Blue C M Y K H S L
Decimal 21 43 103 0.80 0.58 0 0.60 223.9 0.66 0.24
Hex 15 2B 67 50 3A 0 3C E0 42 18
Octal 25 53 147 120 72 0 74 340 102 30
Binary 10101 101011 1100111 1010000 111010 0 111100 11100000 1000010 11000

Color Harmonies of #152B67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152B67

Black with #152B67

Text Example


Text Example

White with #152B67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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