Html Css Color HEX #103CCA Persian Blue

📋 copy color: '#103CCA'

red 16 ◦ green 60 ◦ blue 202

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

Shades of Persian Blue #103CCA

Tints of Persian Blue #103CCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 72.66%

R = 5.76%
G = 21.58%
B = 72.66%

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

#103CCA (or 0x103CCA) is known color: Persian Blue. HEX triplet: 10, 3C and CA. RGB value is (16,60,202). Sum of RGB (Red+Green+Blue) = 16+60+202=278 (36% of max value = 765). Red value is 16 (6.64% from 255 or 5.76% from 278); Green value is 60 (23.83% from 255 or 21.58% from 278); Blue value is 202 (79.30% from 255 or 72.66% from 278); Max value from RGB is 202 - color contains mainly: blue. Hex color #103CCA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #103CCA is #EFC335. Grayscale: #3E3E3E. Windows color (decimal): -15713078 or 13253648. OLE color: 13253648.

HSL color Cylindrical-coordinate representation of color #103CCA: hue angle of 225.81º 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 #103CCA is Cyan = 0.92, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 16 60 202 -
CMYK 0.92 0.70 0 0.21
HSL 225.81º 0.85% 0.43% -
HSV(B) 225.81º 0.92% 0.79% -
XYZ 12.49 7.61 56.69 -
YUV 63.03 206.42 94.45 -
System Red Green Blue C M Y K H S L
Decimal 16 60 202 0.92 0.70 0 0.21 225.81 0.85 0.43
Hex 10 3C CA 5C 46 0 15 E2 55 2B
Octal 20 74 312 134 106 0 25 342 125 53
Binary 10000 111100 11001010 1011100 1000110 0 10101 11100010 1010101 101011

Color Harmonies of #103CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #103CCA

Black with #103CCA

Text Example


Text Example

White with #103CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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