#1b38c6

Color #1B38C6 Persian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Blue #1B38C6

Tints of Persian Blue #1B38C6

Color information

#1B38C6 (or 0x1B38C6) is unknown color: approx Persian Blue. HEX triplet: 1B, 38 and C6. RGB value is (27,56,198). Sum of RGB (Red+Green+Blue) = 27+56+198=281 (37% of max value = 765). Red value is 27 (10.94% from 255 or 9.61% from 281); Green value is 56 (22.27% from 255 or 19.93% from 281); Blue value is 198 (77.73% from 255 or 70.46% from 281); Max value from RGB is 198 - color contains mainly: blue. Hex color #1B38C6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1B38C6 is #E4C739. Grayscale: #3E3E3E. Windows color (decimal): -14993210 or 12990491. OLE color: 12990491.

HSL color Cylindrical-coordinate representation of color #1B38C6: hue angle of 229.82º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1B38C6 is Cyan = 0.86, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB2756198-
CMYK0.860.7200.22
HSL229.82º76%44.12%-
HSV(B)229.82º86.36%77.65%-
XYZ12.067.1454.17-
YUV63.52203.89101.95-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 9.61%
GREEN value IS 56 (22.27% from 255) = 19.93%
BLUE value IS 198 (77.73% from 255) = 70.46%
R=9.61%
G=19.93%
B=70.46%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal27561980.860.7200.22229.827644.12
Hex1B38C65648016e64c2c
Octal337030612611002634611454
Binary110111110001100011010101101001000010110111001101001100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1b38c6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1b38c6; }

 p { color: rgb(27,56,198); }

 H1.HeaderClassName
 {
   color: #1b38c6;
 }
 .AnyTagClassName
 {
   color: #1b38c6;
 }
</style>
background-color css

<style>
 a { background-color: #1b38c6; }

 a { background-color: rgb(27,56,198); }

 div.DivClassName
 {
   background-color: #1b38c6;
 }
 .BgClassName
 {
   background-color: #1b38c6;
 }
</style>
border-color css

<style>
 span { border-color: #1b38c6; }

 span { border-color: rgb(27,56,198); }

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