Html Css Color HEX #1B3EAF Persian Blue

📋 copy color: '#1B3EAF'

red 27 ◦ green 62 ◦ blue 175

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

Shades of Persian Blue #1B3EAF

Tints of Persian Blue #1B3EAF

RGB

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

 GREEN value IS 62 (24.61% from 255) = 23.48%

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

R = 10.23%
G = 23.48%
B = 66.29%

CMYK

 C value IS 0.85

 M value IS 0.65

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#1B3EAF (or 0x1B3EAF) is known color: Persian Blue. HEX triplet: 1B, 3E and AF. RGB value is (27,62,175). Sum of RGB (Red+Green+Blue) = 27+62+175=264 (34% of max value = 765). Red value is 27 (10.94% from 255 or 10.23% from 264); Green value is 62 (24.61% from 255 or 23.48% from 264); Blue value is 175 (68.75% from 255 or 66.29% from 264); Max value from RGB is 175 - color contains mainly: blue. Hex color #1B3EAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1B3EAF is #E4C150. Grayscale: #3F3F3F. Windows color (decimal): -14991697 or 11484699. OLE color: 11484699.

HSL color Cylindrical-coordinate representation of color #1B3EAF: hue angle of 225.81º 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 #1B3EAF is Cyan = 0.85, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 27 62 175 -
CMYK 0.85 0.65 0 0.31
HSL 225.81º 0.73% 0.4% -
HSV(B) 225.81º 0.85% 0.69% -
XYZ 9.91 6.77 41.34 -
YUV 64.42 190.4 101.31 -
System Red Green Blue C M Y K H S L
Decimal 27 62 175 0.85 0.65 0 0.31 225.81 0.73 0.4
Hex 1B 3E AF 55 41 0 1F E2 49 28
Octal 33 76 257 125 101 0 37 342 111 50
Binary 11011 111110 10101111 1010101 1000001 0 11111 11100010 1001001 101000

Color Harmonies of #1B3EAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B3EAF

Black with #1B3EAF

Text Example


Text Example

White with #1B3EAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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