Html Css Color HEX #133CDA Persian Blue

📋 copy color: '#133CDA'

red 19 ◦ green 60 ◦ blue 218

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

Shades of Persian Blue #133CDA

Tints of Persian Blue #133CDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 73.4%

R = 6.4%
G = 20.2%
B = 73.4%

CMYK

 C value IS 0.91

 M value IS 0.72

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#133CDA (or 0x133CDA) is known color: Persian Blue. HEX triplet: 13, 3C and DA. RGB value is (19,60,218). Sum of RGB (Red+Green+Blue) = 19+60+218=297 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.40% from 297); Green value is 60 (23.83% from 255 or 20.20% from 297); Blue value is 218 (85.55% from 255 or 73.40% from 297); Max value from RGB is 218 - color contains mainly: blue. Hex color #133CDA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #133CDA is #ECC325. Grayscale: #414141. Windows color (decimal): -15516454 or 14302227. OLE color: 14302227.

HSL color Cylindrical-coordinate representation of color #133CDA: hue angle of 227.64º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #133CDA is Cyan = 0.91, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 19 60 218 -
CMYK 0.91 0.72 0 0.15
HSL 227.64º 0.84% 0.46% -
HSV(B) 227.64º 0.91% 0.85% -
XYZ 14.54 8.43 67.19 -
YUV 65.75 213.92 94.65 -
System Red Green Blue C M Y K H S L
Decimal 19 60 218 0.91 0.72 0 0.15 227.64 0.84 0.46
Hex 13 3C DA 5B 48 0 F E4 54 2E
Octal 23 74 332 133 110 0 17 344 124 56
Binary 10011 111100 11011010 1011011 1001000 0 1111 11100100 1010100 101110

Color Harmonies of #133CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133CDA

Black with #133CDA

Text Example


Text Example

White with #133CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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