Html Css Color HEX #1338CF Persian Blue

📋 copy color: '#1338CF'

red 19 ◦ green 56 ◦ blue 207

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

Shades of Persian Blue #1338CF

Tints of Persian Blue #1338CF

RGB

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

 GREEN value IS 56 (22.27% from 255) = 19.86%

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

R = 6.74%
G = 19.86%
B = 73.4%

CMYK

 C value IS 0.91

 M value IS 0.73

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1338CF (or 0x1338CF) is known color: Persian Blue. HEX triplet: 13, 38 and CF. RGB value is (19,56,207). Sum of RGB (Red+Green+Blue) = 19+56+207=282 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.74% from 282); Green value is 56 (22.27% from 255 or 19.86% from 282); Blue value is 207 (81.25% from 255 or 73.40% from 282); Max value from RGB is 207 - color contains mainly: blue. Hex color #1338CF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1338CF is #ECC730. Grayscale: #3D3D3D. Windows color (decimal): -15517489 or 13580307. OLE color: 13580307.

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

Color convert

RGB 19 56 207 -
CMYK 0.91 0.73 0 0.19
HSL 228.19º 0.83% 0.44% -
HSV(B) 228.19º 0.91% 0.81% -
XYZ 12.95 7.47 59.79 -
YUV 62.15 209.74 97.22 -
System Red Green Blue C M Y K H S L
Decimal 19 56 207 0.91 0.73 0 0.19 228.19 0.83 0.44
Hex 13 38 CF 5B 49 0 13 E4 53 2C
Octal 23 70 317 133 111 0 23 344 123 54
Binary 10011 111000 11001111 1011011 1001001 0 10011 11100100 1010011 101100

Color Harmonies of #1338CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1338CF

Black with #1338CF

Text Example


Text Example

White with #1338CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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