Html Css Color HEX #1B37DA Persian Blue

📋 copy color: '#1B37DA'

red 27 ◦ green 55 ◦ blue 218

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

Shades of Persian Blue #1B37DA

Tints of Persian Blue #1B37DA

RGB

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

 GREEN value IS 55 (21.88% from 255) = 18.33%

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

R = 9%
G = 18.33%
B = 72.67%

CMYK

 C value IS 0.88

 M value IS 0.75

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#1B37DA (or 0x1B37DA) is known color: Persian Blue. HEX triplet: 1B, 37 and DA. RGB value is (27,55,218). Sum of RGB (Red+Green+Blue) = 27+55+218=300 (39% of max value = 765). Red value is 27 (10.94% from 255 or 9% from 300); Green value is 55 (21.88% from 255 or 18.33% from 300); Blue value is 218 (85.55% from 255 or 72.67% from 300); Max value from RGB is 218 - color contains mainly: blue. Hex color #1B37DA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1B37DA is #E4C825. Grayscale: #404040. Windows color (decimal): -14993446 or 14300955. OLE color: 14300955.

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

Color convert

RGB 27 55 218 -
CMYK 0.88 0.75 0 0.15
HSL 231.2º 0.78% 0.48% -
HSV(B) 231.2º 0.88% 0.85% -
XYZ 14.47 8.03 67.12 -
YUV 65.21 214.22 100.75 -
System Red Green Blue C M Y K H S L
Decimal 27 55 218 0.88 0.75 0 0.15 231.2 0.78 0.48
Hex 1B 37 DA 58 4B 0 F E7 4E 30
Octal 33 67 332 130 113 0 17 347 116 60
Binary 11011 110111 11011010 1011000 1001011 0 1111 11100111 1001110 110000

Color Harmonies of #1B37DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B37DA

Black with #1B37DA

Text Example


Text Example

White with #1B37DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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