Html Css Color HEX #1330CF Persian Blue

📋 copy color: '#1330CF'

red 19 ◦ green 48 ◦ blue 207

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

Shades of Persian Blue #1330CF

Tints of Persian Blue #1330CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 75.55%

R = 6.93%
G = 17.52%
B = 75.55%

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

#1330CF (or 0x1330CF) is known color: Persian Blue. HEX triplet: 13, 30 and CF. RGB value is (19,48,207). Sum of RGB (Red+Green+Blue) = 19+48+207=274 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.93% from 274); Green value is 48 (19.14% from 255 or 17.52% from 274); Blue value is 207 (81.25% from 255 or 75.55% from 274); Max value from RGB is 207 - color contains mainly: blue. Hex color #1330CF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1330CF is #ECCF30. Grayscale: #383838. Windows color (decimal): -15519537 or 13578259. OLE color: 13578259.

HSL color Cylindrical-coordinate representation of color #1330CF: hue angle of 230.74º 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 #1330CF is Cyan = 0.91, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 19 48 207 -
CMYK 0.91 0.77 0 0.19
HSL 230.74º 0.83% 0.44% -
HSV(B) 230.74º 0.91% 0.81% -
XYZ 12.59 6.76 59.67 -
YUV 57.46 212.39 100.57 -
System Red Green Blue C M Y K H S L
Decimal 19 48 207 0.91 0.77 0 0.19 230.74 0.83 0.44
Hex 13 30 CF 5B 4D 0 13 E7 53 2C
Octal 23 60 317 133 115 0 23 347 123 54
Binary 10011 110000 11001111 1011011 1001101 0 10011 11100111 1010011 101100

Color Harmonies of #1330CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1330CF

Black with #1330CF

Text Example


Text Example

White with #1330CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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