Html Css Color HEX #1037BD Persian Blue

📋 copy color: '#1037BD'

red 16 ◦ green 55 ◦ blue 189

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

Shades of Persian Blue #1037BD

Tints of Persian Blue #1037BD

RGB

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

 GREEN value IS 55 (21.88% from 255) = 21.15%

 BLUE value IS 189 (74.22% from 255) = 72.69%

R = 6.15%
G = 21.15%
B = 72.69%

CMYK

 C value IS 0.92

 M value IS 0.71

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#1037BD (or 0x1037BD) is known color: Persian Blue. HEX triplet: 10, 37 and BD. RGB value is (16,55,189). Sum of RGB (Red+Green+Blue) = 16+55+189=260 (34% of max value = 765). Red value is 16 (6.64% from 255 or 6.15% from 260); Green value is 55 (21.88% from 255 or 21.15% from 260); Blue value is 189 (74.22% from 255 or 72.69% from 260); Max value from RGB is 189 - color contains mainly: blue. Hex color #1037BD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1037BD is #EFC842. Grayscale: #3A3A3A. Windows color (decimal): -15714371 or 12400400. OLE color: 12400400.

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

Color convert

RGB 16 55 189 -
CMYK 0.92 0.71 0 0.26
HSL 226.47º 0.84% 0.4% -
HSV(B) 226.47º 0.92% 0.74% -
XYZ 10.77 6.52 48.83 -
YUV 58.62 201.58 97.6 -
System Red Green Blue C M Y K H S L
Decimal 16 55 189 0.92 0.71 0 0.26 226.47 0.84 0.4
Hex 10 37 BD 5C 47 0 1A E2 54 28
Octal 20 67 275 134 107 0 32 342 124 50
Binary 10000 110111 10111101 1011100 1000111 0 11010 11100010 1010100 101000

Color Harmonies of #1037BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1037BD

Black with #1037BD

Text Example


Text Example

White with #1037BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1037BD; }

 p { color: rgb(16,55,189); }

 H1.HeaderClassName
 {
   color: #1037BD;
 }
 .AnyTagClassName
 {
   color: #1037BD;
 }
</style>

background-color css

<style>
 a { background-color: #1037BD; }

 a { background-color: rgb(16,55,189); }

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

border-color css

<style>
 span { border-color: #1037BD; }

 span { border-color: rgb(16,55,189); }

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