Html Css Color HEX #1B29DA Persian Blue

📋 copy color: '#1B29DA'

red 27 ◦ green 41 ◦ blue 218

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

Shades of Persian Blue #1B29DA

Tints of Persian Blue #1B29DA

RGB

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

 GREEN value IS 41 (16.41% from 255) = 14.34%

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

R = 9.44%
G = 14.34%
B = 76.22%

CMYK

 C value IS 0.88

 M value IS 0.81

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#1B29DA (or 0x1B29DA) is known color: Persian Blue. HEX triplet: 1B, 29 and DA. RGB value is (27,41,218). Sum of RGB (Red+Green+Blue) = 27+41+218=286 (37% of max value = 765). Red value is 27 (10.94% from 255 or 9.44% from 286); Green value is 41 (16.41% from 255 or 14.34% from 286); Blue value is 218 (85.55% from 255 or 76.22% from 286); Max value from RGB is 218 - color contains mainly: blue. Hex color #1B29DA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1B29DA is #E4D625. Grayscale: #383838. Windows color (decimal): -14997030 or 14297371. OLE color: 14297371.

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

Color convert

RGB 27 41 218 -
CMYK 0.88 0.81 0 0.15
HSL 235.6º 0.78% 0.48% -
HSV(B) 235.6º 0.88% 0.85% -
XYZ 13.9 6.88 66.93 -
YUV 56.99 218.86 106.61 -
System Red Green Blue C M Y K H S L
Decimal 27 41 218 0.88 0.81 0 0.15 235.6 0.78 0.48
Hex 1B 29 DA 58 51 0 F EC 4E 30
Octal 33 51 332 130 121 0 17 354 116 60
Binary 11011 101001 11011010 1011000 1010001 0 1111 11101100 1001110 110000

Color Harmonies of #1B29DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B29DA

Black with #1B29DA

Text Example


Text Example

White with #1B29DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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