Html Css Color HEX #1332CF Persian Blue

📋 copy color: '#1332CF'

red 19 ◦ green 50 ◦ blue 207

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

Shades of Persian Blue #1332CF

Tints of Persian Blue #1332CF

RGB

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

 GREEN value IS 50 (19.92% from 255) = 18.12%

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

R = 6.88%
G = 18.12%
B = 75%

CMYK

 C value IS 0.91

 M value IS 0.76

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1332CF (or 0x1332CF) is known color: Persian Blue. HEX triplet: 13, 32 and CF. RGB value is (19,50,207). Sum of RGB (Red+Green+Blue) = 19+50+207=276 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.88% from 276); Green value is 50 (19.92% from 255 or 18.12% from 276); Blue value is 207 (81.25% from 255 or 75% from 276); Max value from RGB is 207 - color contains mainly: blue. Hex color #1332CF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1332CF is #ECCD30. Grayscale: #393939. Windows color (decimal): -15519025 or 13578771. OLE color: 13578771.

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

Color convert

RGB 19 50 207 -
CMYK 0.91 0.76 0 0.19
HSL 230.11º 0.83% 0.44% -
HSV(B) 230.11º 0.91% 0.81% -
XYZ 12.67 6.92 59.7 -
YUV 58.63 211.73 99.73 -
System Red Green Blue C M Y K H S L
Decimal 19 50 207 0.91 0.76 0 0.19 230.11 0.83 0.44
Hex 13 32 CF 5B 4C 0 13 E6 53 2C
Octal 23 62 317 133 114 0 23 346 123 54
Binary 10011 110010 11001111 1011011 1001100 0 10011 11100110 1010011 101100

Color Harmonies of #1332CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1332CF

Black with #1332CF

Text Example


Text Example

White with #1332CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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