Html Css Color HEX #1B2EEF Persian Blue

📋 copy color: '#1B2EEF'

red 27 ◦ green 46 ◦ blue 239

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

Shades of Persian Blue #1B2EEF

Tints of Persian Blue #1B2EEF

RGB

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

 GREEN value IS 46 (18.36% from 255) = 14.74%

 BLUE value IS 239 (93.75% from 255) = 76.6%

R = 8.65%
G = 14.74%
B = 76.6%

CMYK

 C value IS 0.89

 M value IS 0.81

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#1B2EEF (or 0x1B2EEF) is known color: Persian Blue. HEX triplet: 1B, 2E and EF. RGB value is (27,46,239). Sum of RGB (Red+Green+Blue) = 27+46+239=312 (41% of max value = 765). Red value is 27 (10.94% from 255 or 8.65% from 312); Green value is 46 (18.36% from 255 or 14.74% from 312); Blue value is 239 (93.75% from 255 or 76.60% from 312); Max value from RGB is 239 - color contains mainly: blue. Hex color #1B2EEF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1B2EEF is #E4D110. Grayscale: #3D3D3D. Windows color (decimal): -14995729 or 15674907. OLE color: 15674907.

HSL color Cylindrical-coordinate representation of color #1B2EEF: hue angle of 234.62º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1B2EEF is Cyan = 0.89, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 27 46 239 -
CMYK 0.89 0.81 0 0.06
HSL 234.62º 0.87% 0.52% -
HSV(B) 234.62º 0.89% 0.94% -
XYZ 17.01 8.42 82.39 -
YUV 62.32 227.71 102.81 -
System Red Green Blue C M Y K H S L
Decimal 27 46 239 0.89 0.81 0 0.06 234.62 0.87 0.52
Hex 1B 2E EF 59 51 0 6 EB 57 34
Octal 33 56 357 131 121 0 6 353 127 64
Binary 11011 101110 11101111 1011001 1010001 0 110 11101011 1010111 110100

Color Harmonies of #1B2EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B2EEF

Black with #1B2EEF

Text Example


Text Example

White with #1B2EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,46,239); }

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

background-color css

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

 a { background-color: rgb(27,46,239); }

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

border-color css

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

 span { border-color: rgb(27,46,239); }

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