Html Css Color HEX #1345CF Persian Blue

📋 copy color: '#1345CF'

red 19 ◦ green 69 ◦ blue 207

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

Shades of Persian Blue #1345CF

Tints of Persian Blue #1345CF

RGB

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

 GREEN value IS 69 (27.34% from 255) = 23.39%

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

R = 6.44%
G = 23.39%
B = 70.17%

CMYK

 C value IS 0.91

 M value IS 0.67

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1345CF (or 0x1345CF) is known color: Persian Blue. HEX triplet: 13, 45 and CF. RGB value is (19,69,207). Sum of RGB (Red+Green+Blue) = 19+69+207=295 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.44% from 295); Green value is 69 (27.34% from 255 or 23.39% from 295); Blue value is 207 (81.25% from 255 or 70.17% from 295); Max value from RGB is 207 - color contains mainly: blue. Hex color #1345CF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1345CF is #ECBA30. Grayscale: #454545. Windows color (decimal): -15514161 or 13583635. OLE color: 13583635.

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

Color convert

RGB 19 69 207 -
CMYK 0.91 0.67 0 0.19
HSL 224.04º 0.83% 0.44% -
HSV(B) 224.04º 0.91% 0.81% -
XYZ 13.66 8.9 60.03 -
YUV 69.78 205.44 91.78 -
System Red Green Blue C M Y K H S L
Decimal 19 69 207 0.91 0.67 0 0.19 224.04 0.83 0.44
Hex 13 45 CF 5B 43 0 13 E0 53 2C
Octal 23 105 317 133 103 0 23 340 123 54
Binary 10011 1000101 11001111 1011011 1000011 0 10011 11100000 1010011 101100

Color Harmonies of #1345CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1345CF

Black with #1345CF

Text Example


Text Example

White with #1345CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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