Html Css Color HEX #103BBC Persian Blue

📋 copy color: '#103BBC'

red 16 ◦ green 59 ◦ blue 188

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

Shades of Persian Blue #103BBC

Tints of Persian Blue #103BBC

RGB

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

 GREEN value IS 59 (23.44% from 255) = 22.43%

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

R = 6.08%
G = 22.43%
B = 71.48%

CMYK

 C value IS 0.91

 M value IS 0.69

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#103BBC (or 0x103BBC) is known color: Persian Blue. HEX triplet: 10, 3B and BC. RGB value is (16,59,188). Sum of RGB (Red+Green+Blue) = 16+59+188=263 (34% of max value = 765). Red value is 16 (6.64% from 255 or 6.08% from 263); Green value is 59 (23.44% from 255 or 22.43% from 263); Blue value is 188 (73.83% from 255 or 71.48% from 263); Max value from RGB is 188 - color contains mainly: blue. Hex color #103BBC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #103BBC is #EFC443. Grayscale: #3C3C3C. Windows color (decimal): -15713348 or 12335888. OLE color: 12335888.

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

Color convert

RGB 16 59 188 -
CMYK 0.91 0.69 0 0.26
HSL 225º 0.84% 0.4% -
HSV(B) 225º 0.91% 0.74% -
XYZ 10.85 6.87 48.33 -
YUV 60.85 199.75 96.01 -
System Red Green Blue C M Y K H S L
Decimal 16 59 188 0.91 0.69 0 0.26 225 0.84 0.4
Hex 10 3B BC 5B 45 0 1A E1 54 28
Octal 20 73 274 133 105 0 32 341 124 50
Binary 10000 111011 10111100 1011011 1000101 0 11010 11100001 1010100 101000

Color Harmonies of #103BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #103BBC

Black with #103BBC

Text Example


Text Example

White with #103BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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