Html Css Color HEX #1330CE Persian Blue

📋 copy color: '#1330CE'

red 19 ◦ green 48 ◦ blue 206

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

Shades of Persian Blue #1330CE

Tints of Persian Blue #1330CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 75.46%

R = 6.96%
G = 17.58%
B = 75.46%

CMYK

 C value IS 0.91

 M value IS 0.77

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1330CE (or 0x1330CE) is known color: Persian Blue. HEX triplet: 13, 30 and CE. RGB value is (19,48,206). Sum of RGB (Red+Green+Blue) = 19+48+206=273 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.96% from 273); Green value is 48 (19.14% from 255 or 17.58% from 273); Blue value is 206 (80.86% from 255 or 75.46% from 273); Max value from RGB is 206 - color contains mainly: blue. Hex color #1330CE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1330CE is #ECCF31. Grayscale: #383838. Windows color (decimal): -15519538 or 13512723. OLE color: 13512723.

HSL color Cylindrical-coordinate representation of color #1330CE: hue angle of 230.7º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1330CE is Cyan = 0.91, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 19 48 206 -
CMYK 0.91 0.77 0 0.19
HSL 230.7º 0.83% 0.44% -
HSV(B) 230.7º 0.91% 0.81% -
XYZ 12.47 6.71 59.03 -
YUV 57.34 211.89 100.65 -
System Red Green Blue C M Y K H S L
Decimal 19 48 206 0.91 0.77 0 0.19 230.7 0.83 0.44
Hex 13 30 CE 5B 4D 0 13 E7 53 2C
Octal 23 60 316 133 115 0 23 347 123 54
Binary 10011 110000 11001110 1011011 1001101 0 10011 11100111 1010011 101100

Color Harmonies of #1330CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1330CE

Black with #1330CE

Text Example


Text Example

White with #1330CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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