Html Css Color HEX #1333CC Persian Blue

📋 copy color: '#1333CC'

red 19 ◦ green 51 ◦ blue 204

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

Shades of Persian Blue #1333CC

Tints of Persian Blue #1333CC

RGB

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

 GREEN value IS 51 (20.31% from 255) = 18.61%

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

R = 6.93%
G = 18.61%
B = 74.45%

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

#1333CC (or 0x1333CC) is known color: Persian Blue. HEX triplet: 13, 33 and CC. RGB value is (19,51,204). Sum of RGB (Red+Green+Blue) = 19+51+204=274 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.93% from 274); Green value is 51 (20.31% from 255 or 18.61% from 274); Blue value is 204 (80.08% from 255 or 74.45% from 274); Max value from RGB is 204 - color contains mainly: blue. Hex color #1333CC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1333CC is #ECCC33. Grayscale: #3A3A3A. Windows color (decimal): -15518772 or 13382419. OLE color: 13382419.

HSL color Cylindrical-coordinate representation of color #1333CC: hue angle of 229.62º 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 #1333CC is Cyan = 0.91, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 19 51 204 -
CMYK 0.91 0.75 0 0.2
HSL 229.62º 0.83% 0.44% -
HSV(B) 229.62º 0.91% 0.8% -
XYZ 12.35 6.87 57.8 -
YUV 58.87 209.9 99.56 -
System Red Green Blue C M Y K H S L
Decimal 19 51 204 0.91 0.75 0 0.2 229.62 0.83 0.44
Hex 13 33 CC 5B 4B 0 14 E6 53 2C
Octal 23 63 314 133 113 0 24 346 123 54
Binary 10011 110011 11001100 1011011 1001011 0 10100 11100110 1010011 101100

Color Harmonies of #1333CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1333CC

Black with #1333CC

Text Example


Text Example

White with #1333CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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