Html Css Color HEX #1334BF Persian Blue

📋 copy color: '#1334BF'

red 19 ◦ green 52 ◦ blue 191

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

Shades of Persian Blue #1334BF

Tints of Persian Blue #1334BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 72.9%

R = 7.25%
G = 19.85%
B = 72.9%

CMYK

 C value IS 0.90

 M value IS 0.73

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1334BF (or 0x1334BF) is known color: Persian Blue. HEX triplet: 13, 34 and BF. RGB value is (19,52,191). Sum of RGB (Red+Green+Blue) = 19+52+191=262 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.25% from 262); Green value is 52 (20.70% from 255 or 19.85% from 262); Blue value is 191 (75% from 255 or 72.90% from 262); Max value from RGB is 191 - color contains mainly: blue. Hex color #1334BF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1334BF is #ECCB40. Grayscale: #393939. Windows color (decimal): -15518529 or 12530707. OLE color: 12530707.

HSL color Cylindrical-coordinate representation of color #1334BF: hue angle of 228.49º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1334BF is Cyan = 0.90, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 19 52 191 -
CMYK 0.90 0.73 0 0.25
HSL 228.49º 0.82% 0.41% -
HSV(B) 228.49º 0.9% 0.75% -
XYZ 10.9 6.36 49.94 -
YUV 57.98 203.07 100.2 -
System Red Green Blue C M Y K H S L
Decimal 19 52 191 0.90 0.73 0 0.25 228.49 0.82 0.41
Hex 13 34 BF 5A 49 0 19 E4 52 29
Octal 23 64 277 132 111 0 31 344 122 51
Binary 10011 110100 10111111 1011010 1001001 0 11001 11100100 1010010 101001

Color Harmonies of #1334BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1334BF

Black with #1334BF

Text Example


Text Example

White with #1334BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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