Html Css Color HEX #103FCC Persian Blue

📋 copy color: '#103FCC'

red 16 ◦ green 63 ◦ blue 204

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

Shades of Persian Blue #103FCC

Tints of Persian Blue #103FCC

RGB

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

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

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

R = 5.65%
G = 22.26%
B = 72.08%

CMYK

 C value IS 0.92

 M value IS 0.69

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#103FCC (or 0x103FCC) is known color: Persian Blue. HEX triplet: 10, 3F and CC. RGB value is (16,63,204). Sum of RGB (Red+Green+Blue) = 16+63+204=283 (37% of max value = 765). Red value is 16 (6.64% from 255 or 5.65% from 283); Green value is 63 (25% from 255 or 22.26% from 283); Blue value is 204 (80.08% from 255 or 72.08% from 283); Max value from RGB is 204 - color contains mainly: blue. Hex color #103FCC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #103FCC is #EFC033. Grayscale: #404040. Windows color (decimal): -15712308 or 13385488. OLE color: 13385488.

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

Color convert

RGB 16 63 204 -
CMYK 0.92 0.69 0 0.2
HSL 225º 0.85% 0.43% -
HSV(B) 225º 0.92% 0.8% -
XYZ 12.89 8.02 58 -
YUV 65.02 206.43 93.04 -
System Red Green Blue C M Y K H S L
Decimal 16 63 204 0.92 0.69 0 0.2 225 0.85 0.43
Hex 10 3F CC 5C 45 0 14 E1 55 2B
Octal 20 77 314 134 105 0 24 341 125 53
Binary 10000 111111 11001100 1011100 1000101 0 10100 11100001 1010101 101011

Color Harmonies of #103FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #103FCC

Black with #103FCC

Text Example


Text Example

White with #103FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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