Html Css Color HEX #133AF4 Persian Blue

📋 copy color: '#133AF4'

red 19 ◦ green 58 ◦ blue 244

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

Shades of Persian Blue #133AF4

Tints of Persian Blue #133AF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 76.01%

R = 5.92%
G = 18.07%
B = 76.01%

CMYK

 C value IS 0.92

 M value IS 0.76

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#133AF4 (or 0x133AF4) is known color: Persian Blue. HEX triplet: 13, 3A and F4. RGB value is (19,58,244). Sum of RGB (Red+Green+Blue) = 19+58+244=321 (42% of max value = 765). Red value is 19 (7.81% from 255 or 5.92% from 321); Green value is 58 (23.05% from 255 or 18.07% from 321); Blue value is 244 (95.70% from 255 or 76.01% from 321); Max value from RGB is 244 - color contains mainly: blue. Hex color #133AF4 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #133AF4 is #ECC50B. Grayscale: #424242. Windows color (decimal): -15516940 or 16005651. OLE color: 16005651.

HSL color Cylindrical-coordinate representation of color #133AF4: hue angle of 229.6º degrees, saturation: 0.91, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #133AF4 is Cyan = 0.92, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 19 58 244 -
CMYK 0.92 0.76 0 0.04
HSL 229.6º 0.91% 0.52% -
HSV(B) 229.6º 0.92% 0.96% -
XYZ 18.11 9.7 86.5 -
YUV 67.54 227.58 93.38 -
System Red Green Blue C M Y K H S L
Decimal 19 58 244 0.92 0.76 0 0.04 229.6 0.91 0.52
Hex 13 3A F4 5C 4C 0 4 E6 5B 34
Octal 23 72 364 134 114 0 4 346 133 64
Binary 10011 111010 11110100 1011100 1001100 0 100 11100110 1011011 110100

Color Harmonies of #133AF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133AF4

Black with #133AF4

Text Example


Text Example

White with #133AF4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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