Html Css Color HEX #1B43DA Persian Blue

📋 copy color: '#1B43DA'

red 27 ◦ green 67 ◦ blue 218

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

Shades of Persian Blue #1B43DA

Tints of Persian Blue #1B43DA

RGB

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

 GREEN value IS 67 (26.56% from 255) = 21.47%

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

R = 8.65%
G = 21.47%
B = 69.87%

CMYK

 C value IS 0.88

 M value IS 0.69

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#1B43DA (or 0x1B43DA) is known color: Persian Blue. HEX triplet: 1B, 43 and DA. RGB value is (27,67,218). Sum of RGB (Red+Green+Blue) = 27+67+218=312 (41% of max value = 765). Red value is 27 (10.94% from 255 or 8.65% from 312); Green value is 67 (26.56% from 255 or 21.47% from 312); Blue value is 218 (85.55% from 255 or 69.87% from 312); Max value from RGB is 218 - color contains mainly: blue. Hex color #1B43DA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1B43DA is #E4BC25. Grayscale: #474747. Windows color (decimal): -14990374 or 14304027. OLE color: 14304027.

HSL color Cylindrical-coordinate representation of color #1B43DA: hue angle of 227.43º 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 #1B43DA is Cyan = 0.88, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 27 67 218 -
CMYK 0.88 0.69 0 0.15
HSL 227.43º 0.78% 0.48% -
HSV(B) 227.43º 0.88% 0.85% -
XYZ 15.11 9.31 67.33 -
YUV 72.25 210.25 95.72 -
System Red Green Blue C M Y K H S L
Decimal 27 67 218 0.88 0.69 0 0.15 227.43 0.78 0.48
Hex 1B 43 DA 58 45 0 F E3 4E 30
Octal 33 103 332 130 105 0 17 343 116 60
Binary 11011 1000011 11011010 1011000 1000101 0 1111 11100011 1001110 110000

Color Harmonies of #1B43DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B43DA

Black with #1B43DA

Text Example


Text Example

White with #1B43DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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