Html Css Color HEX #133FCD Persian Blue

📋 copy color: '#133FCD'

red 19 ◦ green 63 ◦ blue 205

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

Shades of Persian Blue #133FCD

Tints of Persian Blue #133FCD

RGB

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

 GREEN value IS 63 (25% from 255) = 21.95%

 BLUE value IS 205 (80.47% from 255) = 71.43%

R = 6.62%
G = 21.95%
B = 71.43%

CMYK

 C value IS 0.91

 M value IS 0.69

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#133FCD (or 0x133FCD) is known color: Persian Blue. HEX triplet: 13, 3F and CD. RGB value is (19,63,205). Sum of RGB (Red+Green+Blue) = 19+63+205=287 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.62% from 287); Green value is 63 (25% from 255 or 21.95% from 287); Blue value is 205 (80.47% from 255 or 71.43% from 287); Max value from RGB is 205 - color contains mainly: blue. Hex color #133FCD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #133FCD is #ECC032. Grayscale: #414141. Windows color (decimal): -15515699 or 13451027. OLE color: 13451027.

HSL color Cylindrical-coordinate representation of color #133FCD: hue angle of 225.81º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #133FCD is Cyan = 0.91, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 19 63 205 -
CMYK 0.91 0.69 0 0.20
HSL 225.81º 0.83% 0.44% -
HSV(B) 225.81º 0.91% 0.8% -
XYZ 13.07 8.1 58.63 -
YUV 66.03 206.42 94.45 -
System Red Green Blue C M Y K H S L
Decimal 19 63 205 0.91 0.69 0 0.20 225.81 0.83 0.44
Hex 13 3F CD 5B 45 0 14 E2 53 2C
Octal 23 77 315 133 105 0 24 342 123 54
Binary 10011 111111 11001101 1011011 1000101 0 10100 11100010 1010011 101100

Color Harmonies of #133FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133FCD

Black with #133FCD

Text Example


Text Example

White with #133FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,63,205); }

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

background-color css

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

 a { background-color: rgb(19,63,205); }

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

border-color css

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

 span { border-color: rgb(19,63,205); }

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