Html Css Color HEX #1B28DD Persian Blue

📋 copy color: '#1B28DD'

red 27 ◦ green 40 ◦ blue 221

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

Shades of Persian Blue #1B28DD

Tints of Persian Blue #1B28DD

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.89%

 BLUE value IS 221 (86.72% from 255) = 76.74%

R = 9.38%
G = 13.89%
B = 76.74%

CMYK

 C value IS 0.88

 M value IS 0.82

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1B28DD (or 0x1B28DD) is known color: Persian Blue. HEX triplet: 1B, 28 and DD. RGB value is (27,40,221). Sum of RGB (Red+Green+Blue) = 27+40+221=288 (38% of max value = 765). Red value is 27 (10.94% from 255 or 9.38% from 288); Green value is 40 (16.02% from 255 or 13.89% from 288); Blue value is 221 (86.72% from 255 or 76.74% from 288); Max value from RGB is 221 - color contains mainly: blue. Hex color #1B28DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1B28DD is #E4D722. Grayscale: #383838. Windows color (decimal): -14997283 or 14493723. OLE color: 14493723.

HSL color Cylindrical-coordinate representation of color #1B28DD: hue angle of 235.98º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1B28DD is Cyan = 0.88, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 27 40 221 -
CMYK 0.88 0.82 0 0.13
HSL 235.98º 0.78% 0.49% -
HSV(B) 235.98º 0.88% 0.87% -
XYZ 14.26 6.97 69 -
YUV 56.75 220.69 106.78 -
System Red Green Blue C M Y K H S L
Decimal 27 40 221 0.88 0.82 0 0.13 235.98 0.78 0.49
Hex 1B 28 DD 58 52 0 D EC 4E 31
Octal 33 50 335 130 122 0 15 354 116 61
Binary 11011 101000 11011101 1011000 1010010 0 1101 11101100 1001110 110001

Color Harmonies of #1B28DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B28DD

Black with #1B28DD

Text Example


Text Example

White with #1B28DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,40,221); }

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

background-color css

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

 a { background-color: rgb(27,40,221); }

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

border-color css

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

 span { border-color: rgb(27,40,221); }

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