Html Css Color HEX #1334EA Persian Blue

📋 copy color: '#1334EA'

red 19 ◦ green 52 ◦ blue 234

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

Shades of Persian Blue #1334EA

Tints of Persian Blue #1334EA

RGB

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

 GREEN value IS 52 (20.7% from 255) = 17.05%

 BLUE value IS 234 (91.8% from 255) = 76.72%

R = 6.23%
G = 17.05%
B = 76.72%

CMYK

 C value IS 0.92

 M value IS 0.78

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#1334EA (or 0x1334EA) is known color: Persian Blue. HEX triplet: 13, 34 and EA. RGB value is (19,52,234). Sum of RGB (Red+Green+Blue) = 19+52+234=305 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.23% from 305); Green value is 52 (20.70% from 255 or 17.05% from 305); Blue value is 234 (91.80% from 255 or 76.72% from 305); Max value from RGB is 234 - color contains mainly: blue. Hex color #1334EA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1334EA is #ECCB15. Grayscale: #3E3E3E. Windows color (decimal): -15518486 or 15348755. OLE color: 15348755.

HSL color Cylindrical-coordinate representation of color #1334EA: hue angle of 230.79º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1334EA is Cyan = 0.92, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 19 52 234 -
CMYK 0.92 0.78 0 0.08
HSL 230.79º 0.85% 0.5% -
HSV(B) 230.79º 0.92% 0.92% -
XYZ 16.35 8.53 78.63 -
YUV 62.88 224.57 96.7 -
System Red Green Blue C M Y K H S L
Decimal 19 52 234 0.92 0.78 0 0.08 230.79 0.85 0.5
Hex 13 34 EA 5C 4E 0 8 E7 55 32
Octal 23 64 352 134 116 0 10 347 125 62
Binary 10011 110100 11101010 1011100 1001110 0 1000 11100111 1010101 110010

Color Harmonies of #1334EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1334EA

Black with #1334EA

Text Example


Text Example

White with #1334EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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