Html Css Color HEX #15307F Sapphire

📋 copy color: '#15307F'

red 21 ◦ green 48 ◦ blue 127

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

Shades of Sapphire #15307F

Tints of Sapphire #15307F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 64.8%

R = 10.71%
G = 24.49%
B = 64.8%

CMYK

 C value IS 0.83

 M value IS 0.62

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#15307F (or 0x15307F) is known color: Sapphire. HEX triplet: 15, 30 and 7F. RGB value is (21,48,127). Sum of RGB (Red+Green+Blue) = 21+48+127=196 (25% of max value = 765). Red value is 21 (8.59% from 255 or 10.71% from 196); Green value is 48 (19.14% from 255 or 24.49% from 196); Blue value is 127 (50% from 255 or 64.80% from 196); Max value from RGB is 127 - color contains mainly: blue. Hex color #15307F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15307F is #EACF80. Grayscale: #303030. Windows color (decimal): -15388545 or 8335381. OLE color: 8335381.

HSL color Cylindrical-coordinate representation of color #15307F: hue angle of 224.72º degrees, saturation: 0.72, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #15307F is Cyan = 0.83, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 21 48 127 -
CMYK 0.83 0.62 0 0.50
HSL 224.72º 0.72% 0.29% -
HSV(B) 224.72º 0.83% 0.5% -
XYZ 5.2 3.81 20.54 -
YUV 48.93 172.05 108.08 -
System Red Green Blue C M Y K H S L
Decimal 21 48 127 0.83 0.62 0 0.50 224.72 0.72 0.29
Hex 15 30 7F 53 3E 0 32 E1 48 1D
Octal 25 60 177 123 76 0 62 341 110 35
Binary 10101 110000 1111111 1010011 111110 0 110010 11100001 1001000 11101

Color Harmonies of #15307F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15307F

Black with #15307F

Text Example


Text Example

White with #15307F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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