Html Css Color HEX #1B47CF Persian Blue

📋 copy color: '#1B47CF'

red 27 ◦ green 71 ◦ blue 207

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

Shades of Persian Blue #1B47CF

Tints of Persian Blue #1B47CF

RGB

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

 GREEN value IS 71 (28.13% from 255) = 23.28%

 BLUE value IS 207 (81.25% from 255) = 67.87%

R = 8.85%
G = 23.28%
B = 67.87%

CMYK

 C value IS 0.87

 M value IS 0.66

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1B47CF (or 0x1B47CF) is known color: Persian Blue. HEX triplet: 1B, 47 and CF. RGB value is (27,71,207). Sum of RGB (Red+Green+Blue) = 27+71+207=305 (40% of max value = 765). Red value is 27 (10.94% from 255 or 8.85% from 305); Green value is 71 (28.12% from 255 or 23.28% from 305); Blue value is 207 (81.25% from 255 or 67.87% from 305); Max value from RGB is 207 - color contains mainly: blue. Hex color #1B47CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1B47CF is #E4B830. Grayscale: #484848. Windows color (decimal): -14989361 or 13584155. OLE color: 13584155.

HSL color Cylindrical-coordinate representation of color #1B47CF: hue angle of 225.33º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1B47CF is Cyan = 0.87, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 27 71 207 -
CMYK 0.87 0.66 0 0.19
HSL 225.33º 0.77% 0.46% -
HSV(B) 225.33º 0.87% 0.81% -
XYZ 13.97 9.24 60.08 -
YUV 73.35 203.42 94.94 -
System Red Green Blue C M Y K H S L
Decimal 27 71 207 0.87 0.66 0 0.19 225.33 0.77 0.46
Hex 1B 47 CF 57 42 0 13 E1 4D 2E
Octal 33 107 317 127 102 0 23 341 115 56
Binary 11011 1000111 11001111 1010111 1000010 0 10011 11100001 1001101 101110

Color Harmonies of #1B47CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B47CF

Black with #1B47CF

Text Example


Text Example

White with #1B47CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,71,207); }

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

background-color css

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

 a { background-color: rgb(27,71,207); }

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

border-color css

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

 span { border-color: rgb(27,71,207); }

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