Html Css Color HEX #15307E Sapphire

📋 copy color: '#15307E'

red 21 ◦ green 48 ◦ blue 126

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

Shades of Sapphire #15307E

Tints of Sapphire #15307E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 64.62%

R = 10.77%
G = 24.62%
B = 64.62%

CMYK

 C value IS 0.83

 M value IS 0.62

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#15307E (or 0x15307E) is known color: Sapphire. HEX triplet: 15, 30 and 7E. RGB value is (21,48,126). Sum of RGB (Red+Green+Blue) = 21+48+126=195 (25% of max value = 765). Red value is 21 (8.59% from 255 or 10.77% from 195); Green value is 48 (19.14% from 255 or 24.62% from 195); Blue value is 126 (49.61% from 255 or 64.62% from 195); Max value from RGB is 126 - color contains mainly: blue. Hex color #15307E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15307E is #EACF81. Grayscale: #303030. Windows color (decimal): -15388546 or 8269845. OLE color: 8269845.

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

Color convert

RGB 21 48 126 -
CMYK 0.83 0.62 0 0.51
HSL 224.57º 0.71% 0.29% -
HSV(B) 224.57º 0.83% 0.49% -
XYZ 5.13 3.78 20.2 -
YUV 48.82 171.55 108.16 -
System Red Green Blue C M Y K H S L
Decimal 21 48 126 0.83 0.62 0 0.51 224.57 0.71 0.29
Hex 15 30 7E 53 3E 0 33 E1 47 1D
Octal 25 60 176 123 76 0 63 341 107 35
Binary 10101 110000 1111110 1010011 111110 0 110011 11100001 1000111 11101

Color Harmonies of #15307E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15307E

Black with #15307E

Text Example


Text Example

White with #15307E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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