Html Css Color HEX #133081 Sapphire

📋 copy color: '#133081'

red 19 ◦ green 48 ◦ blue 129

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

Shades of Sapphire #133081

Tints of Sapphire #133081

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 65.82%

R = 9.69%
G = 24.49%
B = 65.82%

CMYK

 C value IS 0.85

 M value IS 0.63

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#133081 (or 0x133081) is known color: Sapphire. HEX triplet: 13, 30 and 81. RGB value is (19,48,129). Sum of RGB (Red+Green+Blue) = 19+48+129=196 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.69% from 196); Green value is 48 (19.14% from 255 or 24.49% from 196); Blue value is 129 (50.78% from 255 or 65.82% from 196); Max value from RGB is 129 - color contains mainly: blue. Hex color #133081 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #133081 is #ECCF7E. Grayscale: #303030. Windows color (decimal): -15519615 or 8466451. OLE color: 8466451.

HSL color Cylindrical-coordinate representation of color #133081: hue angle of 224.18º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #133081 is Cyan = 0.85, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 19 48 129 -
CMYK 0.85 0.63 0 0.49
HSL 224.18º 0.74% 0.29% -
HSV(B) 224.18º 0.85% 0.51% -
XYZ 5.29 3.84 21.23 -
YUV 48.56 173.39 106.91 -
System Red Green Blue C M Y K H S L
Decimal 19 48 129 0.85 0.63 0 0.49 224.18 0.74 0.29
Hex 13 30 81 55 3F 0 31 E0 4A 1D
Octal 23 60 201 125 77 0 61 340 112 35
Binary 10011 110000 10000001 1010101 111111 0 110001 11100000 1001010 11101

Color Harmonies of #133081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133081

Black with #133081

Text Example


Text Example

White with #133081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133081; }

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

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

background-color css

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

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

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

border-color css

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

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

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