Html Css Color HEX #1B46DF Persian Blue

📋 copy color: '#1B46DF'

red 27 ◦ green 70 ◦ blue 223

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

Shades of Persian Blue #1B46DF

Tints of Persian Blue #1B46DF

RGB

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

 GREEN value IS 70 (27.73% from 255) = 21.88%

 BLUE value IS 223 (87.5% from 255) = 69.69%

R = 8.44%
G = 21.88%
B = 69.69%

CMYK

 C value IS 0.88

 M value IS 0.69

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1B46DF (or 0x1B46DF) is known color: Persian Blue. HEX triplet: 1B, 46 and DF. RGB value is (27,70,223). Sum of RGB (Red+Green+Blue) = 27+70+223=320 (42% of max value = 765). Red value is 27 (10.94% from 255 or 8.44% from 320); Green value is 70 (27.73% from 255 or 21.88% from 320); Blue value is 223 (87.5% from 255 or 69.69% from 320); Max value from RGB is 223 - color contains mainly: blue. Hex color #1B46DF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1B46DF is #E4B920. Grayscale: #494949. Windows color (decimal): -14989601 or 14632475. OLE color: 14632475.

HSL color Cylindrical-coordinate representation of color #1B46DF: hue angle of 226.84º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1B46DF is Cyan = 0.88, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 27 70 223 -
CMYK 0.88 0.69 0 0.13
HSL 226.84º 0.78% 0.49% -
HSV(B) 226.84º 0.88% 0.87% -
XYZ 15.96 9.94 70.89 -
YUV 74.59 211.75 94.06 -
System Red Green Blue C M Y K H S L
Decimal 27 70 223 0.88 0.69 0 0.13 226.84 0.78 0.49
Hex 1B 46 DF 58 45 0 D E3 4E 31
Octal 33 106 337 130 105 0 15 343 116 61
Binary 11011 1000110 11011111 1011000 1000101 0 1101 11100011 1001110 110001

Color Harmonies of #1B46DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B46DF

Black with #1B46DF

Text Example


Text Example

White with #1B46DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,70,223); }

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

background-color css

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

 a { background-color: rgb(27,70,223); }

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

border-color css

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

 span { border-color: rgb(27,70,223); }

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