Html Css Color HEX #1334CC Persian Blue

📋 copy color: '#1334CC'

red 19 ◦ green 52 ◦ blue 204

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

Shades of Persian Blue #1334CC

Tints of Persian Blue #1334CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 74.18%

R = 6.91%
G = 18.91%
B = 74.18%

CMYK

 C value IS 0.91

 M value IS 0.75

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#1334CC (or 0x1334CC) is known color: Persian Blue. HEX triplet: 13, 34 and CC. RGB value is (19,52,204). Sum of RGB (Red+Green+Blue) = 19+52+204=275 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.91% from 275); Green value is 52 (20.70% from 255 or 18.91% from 275); Blue value is 204 (80.08% from 255 or 74.18% from 275); Max value from RGB is 204 - color contains mainly: blue. Hex color #1334CC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1334CC is #ECCB33. Grayscale: #3A3A3A. Windows color (decimal): -15518516 or 13382675. OLE color: 13382675.

HSL color Cylindrical-coordinate representation of color #1334CC: hue angle of 229.3º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1334CC is Cyan = 0.91, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 19 52 204 -
CMYK 0.91 0.75 0 0.2
HSL 229.3º 0.83% 0.44% -
HSV(B) 229.3º 0.91% 0.8% -
XYZ 12.4 6.95 57.82 -
YUV 59.46 209.57 99.14 -
System Red Green Blue C M Y K H S L
Decimal 19 52 204 0.91 0.75 0 0.2 229.3 0.83 0.44
Hex 13 34 CC 5B 4B 0 14 E5 53 2C
Octal 23 64 314 133 113 0 24 345 123 54
Binary 10011 110100 11001100 1011011 1001011 0 10100 11100101 1010011 101100

Color Harmonies of #1334CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1334CC

Black with #1334CC

Text Example


Text Example

White with #1334CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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