Html Css Color HEX #1330EF Persian Blue

📋 copy color: '#1330EF'

red 19 ◦ green 48 ◦ blue 239

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

Shades of Persian Blue #1330EF

Tints of Persian Blue #1330EF

RGB

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

 GREEN value IS 48 (19.14% from 255) = 15.69%

 BLUE value IS 239 (93.75% from 255) = 78.1%

R = 6.21%
G = 15.69%
B = 78.1%

CMYK

 C value IS 0.92

 M value IS 0.80

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#1330EF (or 0x1330EF) is known color: Persian Blue. HEX triplet: 13, 30 and EF. RGB value is (19,48,239). Sum of RGB (Red+Green+Blue) = 19+48+239=306 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.21% from 306); Green value is 48 (19.14% from 255 or 15.69% from 306); Blue value is 239 (93.75% from 255 or 78.10% from 306); Max value from RGB is 239 - color contains mainly: blue. Hex color #1330EF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1330EF is #ECCF10. Grayscale: #3C3C3C. Windows color (decimal): -15519505 or 15675411. OLE color: 15675411.

HSL color Cylindrical-coordinate representation of color #1330EF: hue angle of 232.09º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1330EF is Cyan = 0.92, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 19 48 239 -
CMYK 0.92 0.80 0 0.06
HSL 232.09º 0.87% 0.51% -
HSV(B) 232.09º 0.92% 0.94% -
XYZ 16.91 8.48 82.41 -
YUV 61.1 228.39 97.97 -
System Red Green Blue C M Y K H S L
Decimal 19 48 239 0.92 0.80 0 0.06 232.09 0.87 0.51
Hex 13 30 EF 5C 50 0 6 E8 57 33
Octal 23 60 357 134 120 0 6 350 127 63
Binary 10011 110000 11101111 1011100 1010000 0 110 11101000 1010111 110011

Color Harmonies of #1330EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1330EF

Black with #1330EF

Text Example


Text Example

White with #1330EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1330EF; }

 p { color: rgb(19,48,239); }

 H1.HeaderClassName
 {
   color: #1330EF;
 }
 .AnyTagClassName
 {
   color: #1330EF;
 }
</style>

background-color css

<style>
 a { background-color: #1330EF; }

 a { background-color: rgb(19,48,239); }

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

border-color css

<style>
 span { border-color: #1330EF; }

 span { border-color: rgb(19,48,239); }

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