Html Css Color HEX #15306F Sapphire

📋 copy color: '#15306F'

red 21 ◦ green 48 ◦ blue 111

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

Shades of Sapphire #15306F

Tints of Sapphire #15306F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 61.67%

R = 11.67%
G = 26.67%
B = 61.67%

CMYK

 C value IS 0.81

 M value IS 0.57

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#15306F (or 0x15306F) is known color: Sapphire. HEX triplet: 15, 30 and 6F. RGB value is (21,48,111). Sum of RGB (Red+Green+Blue) = 21+48+111=180 (23% of max value = 765). Red value is 21 (8.59% from 255 or 11.67% from 180); Green value is 48 (19.14% from 255 or 26.67% from 180); Blue value is 111 (43.75% from 255 or 61.67% from 180); Max value from RGB is 111 - color contains mainly: blue. Hex color #15306F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15306F is #EACF90. Grayscale: #2E2E2E. Windows color (decimal): -15388561 or 7286805. OLE color: 7286805.

HSL color Cylindrical-coordinate representation of color #15306F: hue angle of 222º degrees, saturation: 0.68, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #15306F is Cyan = 0.81, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 21 48 111 -
CMYK 0.81 0.57 0 0.56
HSL 222º 0.68% 0.26% -
HSV(B) 222º 0.81% 0.44% -
XYZ 4.24 3.42 15.48 -
YUV 47.11 164.05 109.38 -
System Red Green Blue C M Y K H S L
Decimal 21 48 111 0.81 0.57 0 0.56 222 0.68 0.26
Hex 15 30 6F 51 39 0 38 DE 44 1A
Octal 25 60 157 121 71 0 70 336 104 32
Binary 10101 110000 1101111 1010001 111001 0 111000 11011110 1000100 11010

Color Harmonies of #15306F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15306F

Black with #15306F

Text Example


Text Example

White with #15306F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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