Html Css Color HEX #1B28DA Persian Blue

📋 copy color: '#1B28DA'

red 27 ◦ green 40 ◦ blue 218

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

Shades of Persian Blue #1B28DA

Tints of Persian Blue #1B28DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 76.49%

R = 9.47%
G = 14.04%
B = 76.49%

CMYK

 C value IS 0.88

 M value IS 0.82

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#1B28DA (or 0x1B28DA) is known color: Persian Blue. HEX triplet: 1B, 28 and DA. RGB value is (27,40,218). Sum of RGB (Red+Green+Blue) = 27+40+218=285 (37% of max value = 765). Red value is 27 (10.94% from 255 or 9.47% from 285); Green value is 40 (16.02% from 255 or 14.04% from 285); Blue value is 218 (85.55% from 255 or 76.49% from 285); Max value from RGB is 218 - color contains mainly: blue. Hex color #1B28DA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1B28DA is #E4D725. Grayscale: #373737. Windows color (decimal): -14997286 or 14297115. OLE color: 14297115.

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

Color convert

RGB 27 40 218 -
CMYK 0.88 0.82 0 0.15
HSL 235.92º 0.78% 0.48% -
HSV(B) 235.92º 0.88% 0.85% -
XYZ 13.87 6.81 66.91 -
YUV 56.41 219.19 107.03 -
System Red Green Blue C M Y K H S L
Decimal 27 40 218 0.88 0.82 0 0.15 235.92 0.78 0.48
Hex 1B 28 DA 58 52 0 F EC 4E 30
Octal 33 50 332 130 122 0 17 354 116 60
Binary 11011 101000 11011010 1011000 1010010 0 1111 11101100 1001110 110000

Color Harmonies of #1B28DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B28DA

Black with #1B28DA

Text Example


Text Example

White with #1B28DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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