Html Css Color HEX #133078 Sapphire

📋 copy color: '#133078'

red 19 ◦ green 48 ◦ blue 120

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

Shades of Sapphire #133078

Tints of Sapphire #133078

RGB

 RED value IS 19 (7.81% from 255) = 10.16%

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

 BLUE value IS 120 (47.27% from 255) = 64.17%

R = 10.16%
G = 25.67%
B = 64.17%

CMYK

 C value IS 0.84

 M value IS 0.60

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#133078 (or 0x133078) is known color: Sapphire. HEX triplet: 13, 30 and 78. RGB value is (19,48,120). Sum of RGB (Red+Green+Blue) = 19+48+120=187 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.16% from 187); Green value is 48 (19.14% from 255 or 25.67% from 187); Blue value is 120 (47.27% from 255 or 64.17% from 187); Max value from RGB is 120 - color contains mainly: blue. Hex color #133078 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133078 is #ECCF87. Grayscale: #2F2F2F. Windows color (decimal): -15519624 or 7876627. OLE color: 7876627.

HSL color Cylindrical-coordinate representation of color #133078: hue angle of 222.77º degrees, saturation: 0.73, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #133078 is Cyan = 0.84, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 19 48 120 -
CMYK 0.84 0.60 0 0.53
HSL 222.77º 0.73% 0.27% -
HSV(B) 222.77º 0.84% 0.47% -
XYZ 4.72 3.61 18.22 -
YUV 47.54 168.89 107.65 -
System Red Green Blue C M Y K H S L
Decimal 19 48 120 0.84 0.60 0 0.53 222.77 0.73 0.27
Hex 13 30 78 54 3C 0 35 DF 49 1B
Octal 23 60 170 124 74 0 65 337 111 33
Binary 10011 110000 1111000 1010100 111100 0 110101 11011111 1001001 11011

Color Harmonies of #133078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133078

Black with #133078

Text Example


Text Example

White with #133078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133078; }

 p { color: rgb(19,48,120); }

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

background-color css

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

 a { background-color: rgb(19,48,120); }

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

border-color css

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

 span { border-color: rgb(19,48,120); }

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