Html Css Color HEX #103CCC Persian Blue

📋 copy color: '#103CCC'

red 16 ◦ green 60 ◦ blue 204

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

Shades of Persian Blue #103CCC

Tints of Persian Blue #103CCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 72.86%

R = 5.71%
G = 21.43%
B = 72.86%

CMYK

 C value IS 0.92

 M value IS 0.71

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#103CCC (or 0x103CCC) is known color: Persian Blue. HEX triplet: 10, 3C and CC. RGB value is (16,60,204). Sum of RGB (Red+Green+Blue) = 16+60+204=280 (37% of max value = 765). Red value is 16 (6.64% from 255 or 5.71% from 280); Green value is 60 (23.83% from 255 or 21.43% from 280); Blue value is 204 (80.08% from 255 or 72.86% from 280); Max value from RGB is 204 - color contains mainly: blue. Hex color #103CCC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #103CCC is #EFC333. Grayscale: #3E3E3E. Windows color (decimal): -15713076 or 13384720. OLE color: 13384720.

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

Color convert

RGB 16 60 204 -
CMYK 0.92 0.71 0 0.2
HSL 225.96º 0.85% 0.43% -
HSV(B) 225.96º 0.92% 0.8% -
XYZ 12.73 7.7 57.94 -
YUV 63.26 207.42 94.29 -
System Red Green Blue C M Y K H S L
Decimal 16 60 204 0.92 0.71 0 0.2 225.96 0.85 0.43
Hex 10 3C CC 5C 47 0 14 E2 55 2B
Octal 20 74 314 134 107 0 24 342 125 53
Binary 10000 111100 11001100 1011100 1000111 0 10100 11100010 1010101 101011

Color Harmonies of #103CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #103CCC

Black with #103CCC

Text Example


Text Example

White with #103CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,60,204); }

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

background-color css

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

 a { background-color: rgb(16,60,204); }

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

border-color css

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

 span { border-color: rgb(16,60,204); }

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