Html Css Color HEX #1038C1 Persian Blue

📋 copy color: '#1038C1'

red 16 ◦ green 56 ◦ blue 193

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

Shades of Persian Blue #1038C1

Tints of Persian Blue #1038C1

RGB

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

 GREEN value IS 56 (22.27% from 255) = 21.13%

 BLUE value IS 193 (75.78% from 255) = 72.83%

R = 6.04%
G = 21.13%
B = 72.83%

CMYK

 C value IS 0.92

 M value IS 0.71

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#1038C1 (or 0x1038C1) is known color: Persian Blue. HEX triplet: 10, 38 and C1. RGB value is (16,56,193). Sum of RGB (Red+Green+Blue) = 16+56+193=265 (35% of max value = 765). Red value is 16 (6.64% from 255 or 6.04% from 265); Green value is 56 (22.27% from 255 or 21.13% from 265); Blue value is 193 (75.78% from 255 or 72.83% from 265); Max value from RGB is 193 - color contains mainly: blue. Hex color #1038C1 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1038C1 is #EFC73E. Grayscale: #3B3B3B. Windows color (decimal): -15714111 or 12662800. OLE color: 12662800.

HSL color Cylindrical-coordinate representation of color #1038C1: hue angle of 226.44º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1038C1 is Cyan = 0.92, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 16 56 193 -
CMYK 0.92 0.71 0 0.24
HSL 226.44º 0.85% 0.41% -
HSV(B) 226.44º 0.92% 0.76% -
XYZ 11.25 6.79 51.17 -
YUV 59.66 203.25 96.86 -
System Red Green Blue C M Y K H S L
Decimal 16 56 193 0.92 0.71 0 0.24 226.44 0.85 0.41
Hex 10 38 C1 5C 47 0 18 E2 55 29
Octal 20 70 301 134 107 0 30 342 125 51
Binary 10000 111000 11000001 1011100 1000111 0 11000 11100010 1010101 101001

Color Harmonies of #1038C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1038C1

Black with #1038C1

Text Example


Text Example

White with #1038C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1038C1; }

 p { color: rgb(16,56,193); }

 H1.HeaderClassName
 {
   color: #1038C1;
 }
 .AnyTagClassName
 {
   color: #1038C1;
 }
</style>

background-color css

<style>
 a { background-color: #1038C1; }

 a { background-color: rgb(16,56,193); }

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

border-color css

<style>
 span { border-color: #1038C1; }

 span { border-color: rgb(16,56,193); }

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