Html Css Color HEX #133AFE Blue

📋 copy color: '#133AFE'

red 19 ◦ green 58 ◦ blue 254

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

Shades of Blue #133AFE

Tints of Blue #133AFE

RGB

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

 GREEN value IS 58 (23.05% from 255) = 17.52%

 BLUE value IS 254 (99.61% from 255) = 76.74%

R = 5.74%
G = 17.52%
B = 76.74%

CMYK

 C value IS 0.93

 M value IS 0.77

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#133AFE (or 0x133AFE) is known color: Blue. HEX triplet: 13, 3A and FE. RGB value is (19,58,254). Sum of RGB (Red+Green+Blue) = 19+58+254=331 (43% of max value = 765). Red value is 19 (7.81% from 255 or 5.74% from 331); Green value is 58 (23.05% from 255 or 17.52% from 331); Blue value is 254 (99.61% from 255 or 76.74% from 331); Max value from RGB is 254 - color contains mainly: blue. Hex color #133AFE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #133AFE is #ECC501. Grayscale: #434343. Windows color (decimal): -15516930 or 16661011. OLE color: 16661011.

HSL color Cylindrical-coordinate representation of color #133AFE: hue angle of 230.04º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #133AFE is Cyan = 0.93, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 19 58 254 -
CMYK 0.93 0.77 0 0.00
HSL 230.04º 0.99% 0.54% -
HSV(B) 230.04º 0.93% 1% -
XYZ 19.67 10.32 94.72 -
YUV 68.68 232.58 92.56 -
System Red Green Blue C M Y K H S L
Decimal 19 58 254 0.93 0.77 0 0.00 230.04 0.99 0.54
Hex 13 3A FE 5D 4D 0 0 E6 63 36
Octal 23 72 376 135 115 0 0 346 143 66
Binary 10011 111010 11111110 1011101 1001101 0 0 11100110 1100011 110110

Color Harmonies of #133AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133AFE

Black with #133AFE

Text Example


Text Example

White with #133AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133AFE; }

 p { color: rgb(19,58,254); }

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

background-color css

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

 a { background-color: rgb(19,58,254); }

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

border-color css

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

 span { border-color: rgb(19,58,254); }

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