Html Css Color HEX #1048BB Persian Blue

📋 copy color: '#1048BB'

red 16 ◦ green 72 ◦ blue 187

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

Shades of Persian Blue #1048BB

Tints of Persian Blue #1048BB

RGB

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

 GREEN value IS 72 (28.52% from 255) = 26.18%

 BLUE value IS 187 (73.44% from 255) = 68%

R = 5.82%
G = 26.18%
B = 68%

CMYK

 C value IS 0.91

 M value IS 0.61

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1048BB (or 0x1048BB) is known color: Persian Blue. HEX triplet: 10, 48 and BB. RGB value is (16,72,187). Sum of RGB (Red+Green+Blue) = 16+72+187=275 (36% of max value = 765). Red value is 16 (6.64% from 255 or 5.82% from 275); Green value is 72 (28.52% from 255 or 26.18% from 275); Blue value is 187 (73.44% from 255 or 68% from 275); Max value from RGB is 187 - color contains mainly: blue. Hex color #1048BB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1048BB is #EFB744. Grayscale: #434343. Windows color (decimal): -15710021 or 12273680. OLE color: 12273680.

HSL color Cylindrical-coordinate representation of color #1048BB: hue angle of 220.35º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1048BB is Cyan = 0.91, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 16 72 187 -
CMYK 0.91 0.61 0 0.27
HSL 220.35º 0.84% 0.4% -
HSV(B) 220.35º 0.91% 0.73% -
XYZ 11.5 8.33 48.02 -
YUV 68.37 194.95 90.65 -
System Red Green Blue C M Y K H S L
Decimal 16 72 187 0.91 0.61 0 0.27 220.35 0.84 0.4
Hex 10 48 BB 5B 3D 0 1B DC 54 28
Octal 20 110 273 133 75 0 33 334 124 50
Binary 10000 1001000 10111011 1011011 111101 0 11011 11011100 1010100 101000

Color Harmonies of #1048BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1048BB

Black with #1048BB

Text Example


Text Example

White with #1048BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1048BB; }

 p { color: rgb(16,72,187); }

 H1.HeaderClassName
 {
   color: #1048BB;
 }
 .AnyTagClassName
 {
   color: #1048BB;
 }
</style>

background-color css

<style>
 a { background-color: #1048BB; }

 a { background-color: rgb(16,72,187); }

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

border-color css

<style>
 span { border-color: #1048BB; }

 span { border-color: rgb(16,72,187); }

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