Html Css Color HEX #1B2EDC Persian Blue

📋 copy color: '#1B2EDC'

red 27 ◦ green 46 ◦ blue 220

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

Shades of Persian Blue #1B2EDC

Tints of Persian Blue #1B2EDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 75.09%

R = 9.22%
G = 15.7%
B = 75.09%

CMYK

 C value IS 0.88

 M value IS 0.79

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1B2EDC (or 0x1B2EDC) is known color: Persian Blue. HEX triplet: 1B, 2E and DC. RGB value is (27,46,220). Sum of RGB (Red+Green+Blue) = 27+46+220=293 (38% of max value = 765). Red value is 27 (10.94% from 255 or 9.22% from 293); Green value is 46 (18.36% from 255 or 15.70% from 293); Blue value is 220 (86.33% from 255 or 75.09% from 293); Max value from RGB is 220 - color contains mainly: blue. Hex color #1B2EDC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1B2EDC is #E4D123. Grayscale: #3B3B3B. Windows color (decimal): -14995748 or 14429723. OLE color: 14429723.

HSL color Cylindrical-coordinate representation of color #1B2EDC: hue angle of 234.09º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1B2EDC is Cyan = 0.88, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 27 46 220 -
CMYK 0.88 0.79 0 0.14
HSL 234.09º 0.78% 0.48% -
HSV(B) 234.09º 0.88% 0.86% -
XYZ 14.35 7.35 68.37 -
YUV 60.16 218.21 104.35 -
System Red Green Blue C M Y K H S L
Decimal 27 46 220 0.88 0.79 0 0.14 234.09 0.78 0.48
Hex 1B 2E DC 58 4F 0 E EA 4E 30
Octal 33 56 334 130 117 0 16 352 116 60
Binary 11011 101110 11011100 1011000 1001111 0 1110 11101010 1001110 110000

Color Harmonies of #1B2EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B2EDC

Black with #1B2EDC

Text Example


Text Example

White with #1B2EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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