Html Css Color HEX #1040CF Persian Blue

📋 copy color: '#1040CF'

red 16 ◦ green 64 ◦ blue 207

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

Shades of Persian Blue #1040CF

Tints of Persian Blue #1040CF

RGB

 RED value IS 16 (6.64% from 255) = 5.57%

 GREEN value IS 64 (25.39% from 255) = 22.3%

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

R = 5.57%
G = 22.3%
B = 72.13%

CMYK

 C value IS 0.92

 M value IS 0.69

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1040CF (or 0x1040CF) is known color: Persian Blue. HEX triplet: 10, 40 and CF. RGB value is (16,64,207). Sum of RGB (Red+Green+Blue) = 16+64+207=287 (38% of max value = 765). Red value is 16 (6.64% from 255 or 5.57% from 287); Green value is 64 (25.39% from 255 or 22.30% from 287); Blue value is 207 (81.25% from 255 or 72.13% from 287); Max value from RGB is 207 - color contains mainly: blue. Hex color #1040CF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1040CF is #EFBF30. Grayscale: #414141. Windows color (decimal): -15712049 or 13582352. OLE color: 13582352.

HSL color Cylindrical-coordinate representation of color #1040CF: hue angle of 224.92º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1040CF is Cyan = 0.92, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 16 64 207 -
CMYK 0.92 0.69 0 0.19
HSL 224.92º 0.86% 0.44% -
HSV(B) 224.92º 0.92% 0.81% -
XYZ 13.31 8.28 59.93 -
YUV 65.95 207.6 92.37 -
System Red Green Blue C M Y K H S L
Decimal 16 64 207 0.92 0.69 0 0.19 224.92 0.86 0.44
Hex 10 40 CF 5C 45 0 13 E1 56 2C
Octal 20 100 317 134 105 0 23 341 126 54
Binary 10000 1000000 11001111 1011100 1000101 0 10011 11100001 1010110 101100

Color Harmonies of #1040CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1040CF

Black with #1040CF

Text Example


Text Example

White with #1040CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,64,207); }

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

background-color css

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

 a { background-color: rgb(16,64,207); }

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

border-color css

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

 span { border-color: rgb(16,64,207); }

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