Html Css Color HEX #15306A Sapphire

📋 copy color: '#15306A'

red 21 ◦ green 48 ◦ blue 106

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

Shades of Sapphire #15306A

Tints of Sapphire #15306A

RGB

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

 GREEN value IS 48 (19.14% from 255) = 27.43%

 BLUE value IS 106 (41.8% from 255) = 60.57%

R = 12%
G = 27.43%
B = 60.57%

CMYK

 C value IS 0.80

 M value IS 0.55

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#15306A (or 0x15306A) is known color: Sapphire. HEX triplet: 15, 30 and 6A. RGB value is (21,48,106). Sum of RGB (Red+Green+Blue) = 21+48+106=175 (23% of max value = 765). Red value is 21 (8.59% from 255 or 12% from 175); Green value is 48 (19.14% from 255 or 27.43% from 175); Blue value is 106 (41.80% from 255 or 60.57% from 175); Max value from RGB is 106 - color contains mainly: blue. Hex color #15306A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15306A is #EACF95. Grayscale: #2E2E2E. Windows color (decimal): -15388566 or 6959125. OLE color: 6959125.

HSL color Cylindrical-coordinate representation of color #15306A: hue angle of 220.94º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #15306A is Cyan = 0.80, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 21 48 106 -
CMYK 0.80 0.55 0 0.58
HSL 220.94º 0.67% 0.25% -
HSV(B) 220.94º 0.8% 0.42% -
XYZ 3.97 3.31 14.07 -
YUV 46.54 161.55 109.78 -
System Red Green Blue C M Y K H S L
Decimal 21 48 106 0.80 0.55 0 0.58 220.94 0.67 0.25
Hex 15 30 6A 50 37 0 3A DD 43 19
Octal 25 60 152 120 67 0 72 335 103 31
Binary 10101 110000 1101010 1010000 110111 0 111010 11011101 1000011 11001

Color Harmonies of #15306A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15306A

Black with #15306A

Text Example


Text Example

White with #15306A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #15306A; }

 p { color: rgb(21,48,106); }

 H1.HeaderClassName
 {
   color: #15306A;
 }
 .AnyTagClassName
 {
   color: #15306A;
 }
</style>

background-color css

<style>
 a { background-color: #15306A; }

 a { background-color: rgb(21,48,106); }

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

border-color css

<style>
 span { border-color: #15306A; }

 span { border-color: rgb(21,48,106); }

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