Html Css Color HEX #1038CD Persian Blue

📋 copy color: '#1038CD'

red 16 ◦ green 56 ◦ blue 205

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

Shades of Persian Blue #1038CD

Tints of Persian Blue #1038CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 74.01%

R = 5.78%
G = 20.22%
B = 74.01%

CMYK

 C value IS 0.92

 M value IS 0.73

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1038CD (or 0x1038CD) is known color: Persian Blue. HEX triplet: 10, 38 and CD. RGB value is (16,56,205). Sum of RGB (Red+Green+Blue) = 16+56+205=277 (36% of max value = 765). Red value is 16 (6.64% from 255 or 5.78% from 277); Green value is 56 (22.27% from 255 or 20.22% from 277); Blue value is 205 (80.47% from 255 or 74.01% from 277); Max value from RGB is 205 - color contains mainly: blue. Hex color #1038CD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1038CD is #EFC732. Grayscale: #3C3C3C. Windows color (decimal): -15714099 or 13449232. OLE color: 13449232.

HSL color Cylindrical-coordinate representation of color #1038CD: hue angle of 227.3º degrees, saturation: 0.86, 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 #1038CD is Cyan = 0.92, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 16 56 205 -
CMYK 0.92 0.73 0 0.20
HSL 227.3º 0.86% 0.43% -
HSV(B) 227.3º 0.92% 0.8% -
XYZ 12.65 7.35 58.51 -
YUV 61.03 209.25 95.88 -
System Red Green Blue C M Y K H S L
Decimal 16 56 205 0.92 0.73 0 0.20 227.3 0.86 0.43
Hex 10 38 CD 5C 49 0 14 E3 56 2B
Octal 20 70 315 134 111 0 24 343 126 53
Binary 10000 111000 11001101 1011100 1001001 0 10100 11100011 1010110 101011

Color Harmonies of #1038CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1038CD

Black with #1038CD

Text Example


Text Example

White with #1038CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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