Html Css Color HEX #1B1EB6 Persian Blue

📋 copy color: '#1B1EB6'

red 27 ◦ green 30 ◦ blue 182

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

Shades of Persian Blue #1B1EB6

Tints of Persian Blue #1B1EB6

RGB

 RED value IS 27 (10.94% from 255) = 11.3%

 GREEN value IS 30 (12.11% from 255) = 12.55%

 BLUE value IS 182 (71.48% from 255) = 76.15%

R = 11.3%
G = 12.55%
B = 76.15%

CMYK

 C value IS 0.85

 M value IS 0.84

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#1B1EB6 (or 0x1B1EB6) is known color: Persian Blue. HEX triplet: 1B, 1E and B6. RGB value is (27,30,182). Sum of RGB (Red+Green+Blue) = 27+30+182=239 (31% of max value = 765). Red value is 27 (10.94% from 255 or 11.30% from 239); Green value is 30 (12.11% from 255 or 12.55% from 239); Blue value is 182 (71.48% from 255 or 76.15% from 239); Max value from RGB is 182 - color contains mainly: blue. Hex color #1B1EB6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1B1EB6 is #E4E149. Grayscale: #2D2D2D. Windows color (decimal): -14999882 or 11935259. OLE color: 11935259.

HSL color Cylindrical-coordinate representation of color #1B1EB6: hue angle of 238.84º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1B1EB6 is Cyan = 0.85, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 27 30 182 -
CMYK 0.85 0.84 0 0.29
HSL 238.84º 0.74% 0.41% -
HSV(B) 238.84º 0.85% 0.71% -
XYZ 9.36 4.54 44.64 -
YUV 46.43 204.51 114.14 -
System Red Green Blue C M Y K H S L
Decimal 27 30 182 0.85 0.84 0 0.29 238.84 0.74 0.41
Hex 1B 1E B6 55 54 0 1D EF 4A 29
Octal 33 36 266 125 124 0 35 357 112 51
Binary 11011 11110 10110110 1010101 1010100 0 11101 11101111 1001010 101001

Color Harmonies of #1B1EB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B1EB6

Black with #1B1EB6

Text Example


Text Example

White with #1B1EB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,30,182); }

 H1.HeaderClassName
 {
   color: #1B1EB6;
 }
 .AnyTagClassName
 {
   color: #1B1EB6;
 }
</style>

background-color css

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

 a { background-color: rgb(27,30,182); }

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

border-color css

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

 span { border-color: rgb(27,30,182); }

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