#1334E6

Color #1334E6 Persian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Blue #1334E6

Tints of Persian Blue #1334E6

Color information

#1334E6 (or 0x1334E6) is unknown color: approx Persian Blue. HEX triplet: 13, 34 and E6. RGB value is (19,52,230). Sum of RGB (Red+Green+Blue) = 19+52+230=301 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.31% from 301); Green value is 52 (20.70% from 255 or 17.28% from 301); Blue value is 230 (90.23% from 255 or 76.41% from 301); Max value from RGB is 230 - color contains mainly: blue. Hex color #1334E6 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1334E6 is #ECCB19. Grayscale: #3D3D3D. Windows color (decimal): -15518490 or 15086611. OLE color: 15086611.

HSL color Cylindrical-coordinate representation of color #1334E6: hue angle of 230.62º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1334E6 is Cyan = 0.92, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB1952230-
CMYK0.920.7700.10
HSL230.62º84.74%48.82%-
HSV(B)230.62º91.74%90.2%-
XYZ15.788.3175.63-
YUV62.42222.5797.03-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.31%
GREEN value IS 52 (20.70% from 255) = 17.28%
BLUE value IS 230 (90.23% from 255) = 76.41%
R=6.31%
G=17.28%
B=76.41%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal19522300.920.7700.10230.6284.7448.82
Hex1334E65C4D0Ae75531
Octal236434613411501234712561
Binary10011110100111001101011100100110101010111001111010101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1334E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1334E6; }

 p { color: rgb(19,52,230); }

 H1.HeaderClassName
 {
   color: #1334E6;
 }
 .AnyTagClassName
 {
   color: #1334E6;
 }
</style>
background-color css

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

 a { background-color: rgb(19,52,230); }

 div.DivClassName
 {
   background-color: #1334E6;
 }
 .BgClassName
 {
   background-color: #1334E6;
 }
</style>
border-color css

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

 span { border-color: rgb(19,52,230); }

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