Html Css Color HEX #1B1ECE Persian Blue

📋 copy color: '#1B1ECE'

red 27 ◦ green 30 ◦ blue 206

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

Shades of Persian Blue #1B1ECE

Tints of Persian Blue #1B1ECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 78.33%

R = 10.27%
G = 11.41%
B = 78.33%

CMYK

 C value IS 0.87

 M value IS 0.85

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1B1ECE (or 0x1B1ECE) is known color: Persian Blue. HEX triplet: 1B, 1E and CE. RGB value is (27,30,206). Sum of RGB (Red+Green+Blue) = 27+30+206=263 (34% of max value = 765). Red value is 27 (10.94% from 255 or 10.27% from 263); Green value is 30 (12.11% from 255 or 11.41% from 263); Blue value is 206 (80.86% from 255 or 78.33% from 263); Max value from RGB is 206 - color contains mainly: blue. Hex color #1B1ECE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1B1ECE is #E4E131. Grayscale: #303030. Windows color (decimal): -14999858 or 13508123. OLE color: 13508123.

HSL color Cylindrical-coordinate representation of color #1B1ECE: hue angle of 238.99º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1B1ECE is Cyan = 0.87, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 27 30 206 -
CMYK 0.87 0.85 0 0.19
HSL 238.99º 0.77% 0.46% -
HSV(B) 238.99º 0.87% 0.81% -
XYZ 12.06 5.62 58.84 -
YUV 49.17 216.51 112.19 -
System Red Green Blue C M Y K H S L
Decimal 27 30 206 0.87 0.85 0 0.19 238.99 0.77 0.46
Hex 1B 1E CE 57 55 0 13 EF 4D 2E
Octal 33 36 316 127 125 0 23 357 115 56
Binary 11011 11110 11001110 1010111 1010101 0 10011 11101111 1001101 101110

Color Harmonies of #1B1ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B1ECE

Black with #1B1ECE

Text Example


Text Example

White with #1B1ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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