Html Css Color HEX #103FBC Persian Blue

📋 copy color: '#103FBC'

red 16 ◦ green 63 ◦ blue 188

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

Shades of Persian Blue #103FBC

Tints of Persian Blue #103FBC

RGB

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

 GREEN value IS 63 (25% from 255) = 23.6%

 BLUE value IS 188 (73.83% from 255) = 70.41%

R = 5.99%
G = 23.6%
B = 70.41%

CMYK

 C value IS 0.91

 M value IS 0.66

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#103FBC (or 0x103FBC) is known color: Persian Blue. HEX triplet: 10, 3F and BC. RGB value is (16,63,188). Sum of RGB (Red+Green+Blue) = 16+63+188=267 (35% of max value = 765). Red value is 16 (6.64% from 255 or 5.99% from 267); Green value is 63 (25% from 255 or 23.60% from 267); Blue value is 188 (73.83% from 255 or 70.41% from 267); Max value from RGB is 188 - color contains mainly: blue. Hex color #103FBC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #103FBC is #EFC043. Grayscale: #3E3E3E. Windows color (decimal): -15712324 or 12336912. OLE color: 12336912.

HSL color Cylindrical-coordinate representation of color #103FBC: hue angle of 223.6º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #103FBC is Cyan = 0.91, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 16 63 188 -
CMYK 0.91 0.66 0 0.26
HSL 223.6º 0.84% 0.4% -
HSV(B) 223.6º 0.91% 0.74% -
XYZ 11.07 7.3 48.4 -
YUV 63.2 198.43 94.34 -
System Red Green Blue C M Y K H S L
Decimal 16 63 188 0.91 0.66 0 0.26 223.6 0.84 0.4
Hex 10 3F BC 5B 42 0 1A E0 54 28
Octal 20 77 274 133 102 0 32 340 124 50
Binary 10000 111111 10111100 1011011 1000010 0 11010 11100000 1010100 101000

Color Harmonies of #103FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #103FBC

Black with #103FBC

Text Example


Text Example

White with #103FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,63,188); }

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

background-color css

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

 a { background-color: rgb(16,63,188); }

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

border-color css

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

 span { border-color: rgb(16,63,188); }

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