Html Css Color HEX #1B3BAF Persian Blue

📋 copy color: '#1B3BAF'

red 27 ◦ green 59 ◦ blue 175

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

Shades of Persian Blue #1B3BAF

Tints of Persian Blue #1B3BAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 67.05%

R = 10.34%
G = 22.61%
B = 67.05%

CMYK

 C value IS 0.85

 M value IS 0.66

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#1B3BAF (or 0x1B3BAF) is known color: Persian Blue. HEX triplet: 1B, 3B and AF. RGB value is (27,59,175). Sum of RGB (Red+Green+Blue) = 27+59+175=261 (34% of max value = 765). Red value is 27 (10.94% from 255 or 10.34% from 261); Green value is 59 (23.44% from 255 or 22.61% from 261); Blue value is 175 (68.75% from 255 or 67.05% from 261); Max value from RGB is 175 - color contains mainly: blue. Hex color #1B3BAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1B3BAF is #E4C450. Grayscale: #3E3E3E. Windows color (decimal): -14992465 or 11483931. OLE color: 11483931.

HSL color Cylindrical-coordinate representation of color #1B3BAF: hue angle of 227.03º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1B3BAF is Cyan = 0.85, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 27 59 175 -
CMYK 0.85 0.66 0 0.31
HSL 227.03º 0.73% 0.4% -
HSV(B) 227.03º 0.85% 0.69% -
XYZ 9.75 6.46 41.29 -
YUV 62.66 191.4 102.57 -
System Red Green Blue C M Y K H S L
Decimal 27 59 175 0.85 0.66 0 0.31 227.03 0.73 0.4
Hex 1B 3B AF 55 42 0 1F E3 49 28
Octal 33 73 257 125 102 0 37 343 111 50
Binary 11011 111011 10101111 1010101 1000010 0 11111 11100011 1001001 101000

Color Harmonies of #1B3BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B3BAF

Black with #1B3BAF

Text Example


Text Example

White with #1B3BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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