Html Css Color HEX #1334BC Persian Blue

📋 copy color: '#1334BC'

red 19 ◦ green 52 ◦ blue 188

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

Shades of Persian Blue #1334BC

Tints of Persian Blue #1334BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 72.59%

R = 7.34%
G = 20.08%
B = 72.59%

CMYK

 C value IS 0.90

 M value IS 0.72

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#1334BC (or 0x1334BC) is known color: Persian Blue. HEX triplet: 13, 34 and BC. RGB value is (19,52,188). Sum of RGB (Red+Green+Blue) = 19+52+188=259 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.34% from 259); Green value is 52 (20.70% from 255 or 20.08% from 259); Blue value is 188 (73.83% from 255 or 72.59% from 259); Max value from RGB is 188 - color contains mainly: blue. Hex color #1334BC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1334BC is #ECCB43. Grayscale: #393939. Windows color (decimal): -15518532 or 12334099. OLE color: 12334099.

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

Color convert

RGB 19 52 188 -
CMYK 0.90 0.72 0 0.26
HSL 228.28º 0.82% 0.41% -
HSV(B) 228.28º 0.9% 0.74% -
XYZ 10.57 6.23 48.22 -
YUV 57.64 201.57 100.44 -
System Red Green Blue C M Y K H S L
Decimal 19 52 188 0.90 0.72 0 0.26 228.28 0.82 0.41
Hex 13 34 BC 5A 48 0 1A E4 52 29
Octal 23 64 274 132 110 0 32 344 122 51
Binary 10011 110100 10111100 1011010 1001000 0 11010 11100100 1010010 101001

Color Harmonies of #1334BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1334BC

Black with #1334BC

Text Example


Text Example

White with #1334BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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