Html Css Color HEX #103DC9 Persian Blue

📋 copy color: '#103DC9'

red 16 ◦ green 61 ◦ blue 201

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

Shades of Persian Blue #103DC9

Tints of Persian Blue #103DC9

RGB

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

 GREEN value IS 61 (24.22% from 255) = 21.94%

 BLUE value IS 201 (78.91% from 255) = 72.3%

R = 5.76%
G = 21.94%
B = 72.3%

CMYK

 C value IS 0.92

 M value IS 0.70

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#103DC9 (or 0x103DC9) is known color: Persian Blue. HEX triplet: 10, 3D and C9. RGB value is (16,61,201). Sum of RGB (Red+Green+Blue) = 16+61+201=278 (36% of max value = 765). Red value is 16 (6.64% from 255 or 5.76% from 278); Green value is 61 (24.22% from 255 or 21.94% from 278); Blue value is 201 (78.91% from 255 or 72.30% from 278); Max value from RGB is 201 - color contains mainly: blue. Hex color #103DC9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #103DC9 is #EFC236. Grayscale: #3E3E3E. Windows color (decimal): -15712823 or 13188368. OLE color: 13188368.

HSL color Cylindrical-coordinate representation of color #103DC9: hue angle of 225.41º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #103DC9 is Cyan = 0.92, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 16 61 201 -
CMYK 0.92 0.70 0 0.21
HSL 225.41º 0.85% 0.43% -
HSV(B) 225.41º 0.92% 0.79% -
XYZ 12.43 7.66 56.08 -
YUV 63.51 205.59 94.12 -
System Red Green Blue C M Y K H S L
Decimal 16 61 201 0.92 0.70 0 0.21 225.41 0.85 0.43
Hex 10 3D C9 5C 46 0 15 E1 55 2B
Octal 20 75 311 134 106 0 25 341 125 53
Binary 10000 111101 11001001 1011100 1000110 0 10101 11100001 1010101 101011

Color Harmonies of #103DC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #103DC9

Black with #103DC9

Text Example


Text Example

White with #103DC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #103DC9; }

 p { color: rgb(16,61,201); }

 H1.HeaderClassName
 {
   color: #103DC9;
 }
 .AnyTagClassName
 {
   color: #103DC9;
 }
</style>

background-color css

<style>
 a { background-color: #103DC9; }

 a { background-color: rgb(16,61,201); }

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

border-color css

<style>
 span { border-color: #103DC9; }

 span { border-color: rgb(16,61,201); }

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