Html Css Color HEX #1B3FAD Persian Blue

📋 copy color: '#1B3FAD'

red 27 ◦ green 63 ◦ blue 173

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

Shades of Persian Blue #1B3FAD

Tints of Persian Blue #1B3FAD

RGB

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

 GREEN value IS 63 (25% from 255) = 23.95%

 BLUE value IS 173 (67.97% from 255) = 65.78%

R = 10.27%
G = 23.95%
B = 65.78%

CMYK

 C value IS 0.84

 M value IS 0.64

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1B3FAD (or 0x1B3FAD) is known color: Persian Blue. HEX triplet: 1B, 3F and AD. RGB value is (27,63,173). Sum of RGB (Red+Green+Blue) = 27+63+173=263 (34% of max value = 765). Red value is 27 (10.94% from 255 or 10.27% from 263); Green value is 63 (25% from 255 or 23.95% from 263); Blue value is 173 (67.97% from 255 or 65.78% from 263); Max value from RGB is 173 - color contains mainly: blue. Hex color #1B3FAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1B3FAD is #E4C052. Grayscale: #404040. Windows color (decimal): -14991443 or 11353883. OLE color: 11353883.

HSL color Cylindrical-coordinate representation of color #1B3FAD: hue angle of 225.21º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1B3FAD is Cyan = 0.84, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 27 63 173 -
CMYK 0.84 0.64 0 0.32
HSL 225.21º 0.73% 0.39% -
HSV(B) 225.21º 0.84% 0.68% -
XYZ 9.77 6.81 40.33 -
YUV 64.78 189.07 101.06 -
System Red Green Blue C M Y K H S L
Decimal 27 63 173 0.84 0.64 0 0.32 225.21 0.73 0.39
Hex 1B 3F AD 54 40 0 20 E1 49 27
Octal 33 77 255 124 100 0 40 341 111 47
Binary 11011 111111 10101101 1010100 1000000 0 100000 11100001 1001001 100111

Color Harmonies of #1B3FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B3FAD

Black with #1B3FAD

Text Example


Text Example

White with #1B3FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,63,173); }

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

background-color css

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

 a { background-color: rgb(27,63,173); }

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

border-color css

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

 span { border-color: rgb(27,63,173); }

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