Html Css Color HEX #1B3BC1 Persian Blue

📋 copy color: '#1B3BC1'

red 27 ◦ green 59 ◦ blue 193

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

Shades of Persian Blue #1B3BC1

Tints of Persian Blue #1B3BC1

RGB

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

 GREEN value IS 59 (23.44% from 255) = 21.15%

 BLUE value IS 193 (75.78% from 255) = 69.18%

R = 9.68%
G = 21.15%
B = 69.18%

CMYK

 C value IS 0.86

 M value IS 0.69

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#1B3BC1 (or 0x1B3BC1) is known color: Persian Blue. HEX triplet: 1B, 3B and C1. RGB value is (27,59,193). Sum of RGB (Red+Green+Blue) = 27+59+193=279 (36% of max value = 765). Red value is 27 (10.94% from 255 or 9.68% from 279); Green value is 59 (23.44% from 255 or 21.15% from 279); Blue value is 193 (75.78% from 255 or 69.18% from 279); Max value from RGB is 193 - color contains mainly: blue. Hex color #1B3BC1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1B3BC1 is #E4C43E. Grayscale: #404040. Windows color (decimal): -14992447 or 12663579. OLE color: 12663579.

HSL color Cylindrical-coordinate representation of color #1B3BC1: hue angle of 228.43º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1B3BC1 is Cyan = 0.86, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 27 59 193 -
CMYK 0.86 0.69 0 0.24
HSL 228.43º 0.75% 0.43% -
HSV(B) 228.43º 0.86% 0.76% -
XYZ 11.64 7.21 51.23 -
YUV 64.71 200.4 101.1 -
System Red Green Blue C M Y K H S L
Decimal 27 59 193 0.86 0.69 0 0.24 228.43 0.75 0.43
Hex 1B 3B C1 56 45 0 18 E4 4B 2B
Octal 33 73 301 126 105 0 30 344 113 53
Binary 11011 111011 11000001 1010110 1000101 0 11000 11100100 1001011 101011

Color Harmonies of #1B3BC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B3BC1

Black with #1B3BC1

Text Example


Text Example

White with #1B3BC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,59,193); }

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

background-color css

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

 a { background-color: rgb(27,59,193); }

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

border-color css

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

 span { border-color: rgb(27,59,193); }

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