Html Css Color HEX #133CCF Persian Blue

📋 copy color: '#133CCF'

red 19 ◦ green 60 ◦ blue 207

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

Shades of Persian Blue #133CCF

Tints of Persian Blue #133CCF

RGB

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

 GREEN value IS 60 (23.83% from 255) = 20.98%

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

R = 6.64%
G = 20.98%
B = 72.38%

CMYK

 C value IS 0.91

 M value IS 0.71

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#133CCF (or 0x133CCF) is known color: Persian Blue. HEX triplet: 13, 3C and CF. RGB value is (19,60,207). Sum of RGB (Red+Green+Blue) = 19+60+207=286 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.64% from 286); Green value is 60 (23.83% from 255 or 20.98% from 286); Blue value is 207 (81.25% from 255 or 72.38% from 286); Max value from RGB is 207 - color contains mainly: blue. Hex color #133CCF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #133CCF is #ECC330. Grayscale: #3F3F3F. Windows color (decimal): -15516465 or 13581331. OLE color: 13581331.

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

Color convert

RGB 19 60 207 -
CMYK 0.91 0.71 0 0.19
HSL 226.91º 0.83% 0.44% -
HSV(B) 226.91º 0.91% 0.81% -
XYZ 13.15 7.88 59.86 -
YUV 64.5 208.42 95.55 -
System Red Green Blue C M Y K H S L
Decimal 19 60 207 0.91 0.71 0 0.19 226.91 0.83 0.44
Hex 13 3C CF 5B 47 0 13 E3 53 2C
Octal 23 74 317 133 107 0 23 343 123 54
Binary 10011 111100 11001111 1011011 1000111 0 10011 11100011 1010011 101100

Color Harmonies of #133CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133CCF

Black with #133CCF

Text Example


Text Example

White with #133CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133CCF; }

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

 H1.HeaderClassName
 {
   color: #133CCF;
 }
 .AnyTagClassName
 {
   color: #133CCF;
 }
</style>

background-color css

<style>
 a { background-color: #133CCF; }

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

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

border-color css

<style>
 span { border-color: #133CCF; }

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

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