Html Css Color HEX #1B1FDA Persian Blue

📋 copy color: '#1B1FDA'

red 27 ◦ green 31 ◦ blue 218

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

Shades of Persian Blue #1B1FDA

Tints of Persian Blue #1B1FDA

RGB

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

 GREEN value IS 31 (12.5% from 255) = 11.23%

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

R = 9.78%
G = 11.23%
B = 78.99%

CMYK

 C value IS 0.88

 M value IS 0.86

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#1B1FDA (or 0x1B1FDA) is known color: Persian Blue. HEX triplet: 1B, 1F and DA. RGB value is (27,31,218). Sum of RGB (Red+Green+Blue) = 27+31+218=276 (36% of max value = 765). Red value is 27 (10.94% from 255 or 9.78% from 276); Green value is 31 (12.5% from 255 or 11.23% from 276); Blue value is 218 (85.55% from 255 or 78.99% from 276); Max value from RGB is 218 - color contains mainly: blue. Hex color #1B1FDA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1B1FDA is #E4E025. Grayscale: #323232. Windows color (decimal): -14999590 or 14294811. OLE color: 14294811.

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

Color convert

RGB 27 31 218 -
CMYK 0.88 0.86 0 0.15
HSL 238.74º 0.78% 0.48% -
HSV(B) 238.74º 0.88% 0.85% -
XYZ 13.6 6.27 66.82 -
YUV 51.12 222.17 110.79 -
System Red Green Blue C M Y K H S L
Decimal 27 31 218 0.88 0.86 0 0.15 238.74 0.78 0.48
Hex 1B 1F DA 58 56 0 F EF 4E 30
Octal 33 37 332 130 126 0 17 357 116 60
Binary 11011 11111 11011010 1011000 1010110 0 1111 11101111 1001110 110000

Color Harmonies of #1B1FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B1FDA

Black with #1B1FDA

Text Example


Text Example

White with #1B1FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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