Html Css Color HEX #1B3FEF Persian Blue

📋 copy color: '#1B3FEF'

red 27 ◦ green 63 ◦ blue 239

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

Shades of Persian Blue #1B3FEF

Tints of Persian Blue #1B3FEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 72.64%

R = 8.21%
G = 19.15%
B = 72.64%

CMYK

 C value IS 0.89

 M value IS 0.74

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#1B3FEF (or 0x1B3FEF) is known color: Persian Blue. HEX triplet: 1B, 3F and EF. RGB value is (27,63,239). Sum of RGB (Red+Green+Blue) = 27+63+239=329 (43% of max value = 765). Red value is 27 (10.94% from 255 or 8.21% from 329); Green value is 63 (25% from 255 or 19.15% from 329); Blue value is 239 (93.75% from 255 or 72.64% from 329); Max value from RGB is 239 - color contains mainly: blue. Hex color #1B3FEF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1B3FEF is #E4C010. Grayscale: #474747. Windows color (decimal): -14991377 or 15679259. OLE color: 15679259.

HSL color Cylindrical-coordinate representation of color #1B3FEF: hue angle of 229.81º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1B3FEF is Cyan = 0.89, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 27 63 239 -
CMYK 0.89 0.74 0 0.06
HSL 229.81º 0.87% 0.52% -
HSV(B) 229.81º 0.89% 0.94% -
XYZ 17.81 10.02 82.66 -
YUV 72.3 222.07 95.69 -
System Red Green Blue C M Y K H S L
Decimal 27 63 239 0.89 0.74 0 0.06 229.81 0.87 0.52
Hex 1B 3F EF 59 4A 0 6 E6 57 34
Octal 33 77 357 131 112 0 6 346 127 64
Binary 11011 111111 11101111 1011001 1001010 0 110 11100110 1010111 110100

Color Harmonies of #1B3FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B3FEF

Black with #1B3FEF

Text Example


Text Example

White with #1B3FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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