Html Css Color HEX #1B40CE Persian Blue

📋 copy color: '#1B40CE'

red 27 ◦ green 64 ◦ blue 206

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

Shades of Persian Blue #1B40CE

Tints of Persian Blue #1B40CE

RGB

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

 GREEN value IS 64 (25.39% from 255) = 21.55%

 BLUE value IS 206 (80.86% from 255) = 69.36%

R = 9.09%
G = 21.55%
B = 69.36%

CMYK

 C value IS 0.87

 M value IS 0.69

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1B40CE (or 0x1B40CE) is known color: Persian Blue. HEX triplet: 1B, 40 and CE. RGB value is (27,64,206). Sum of RGB (Red+Green+Blue) = 27+64+206=297 (39% of max value = 765). Red value is 27 (10.94% from 255 or 9.09% from 297); Green value is 64 (25.39% from 255 or 21.55% from 297); Blue value is 206 (80.86% from 255 or 69.36% from 297); Max value from RGB is 206 - color contains mainly: blue. Hex color #1B40CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1B40CE is #E4BF31. Grayscale: #444444. Windows color (decimal): -14991154 or 13516827. OLE color: 13516827.

HSL color Cylindrical-coordinate representation of color #1B40CE: hue angle of 227.6º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1B40CE is Cyan = 0.87, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 27 64 206 -
CMYK 0.87 0.69 0 0.19
HSL 227.6º 0.77% 0.46% -
HSV(B) 227.6º 0.87% 0.81% -
XYZ 13.43 8.36 59.3 -
YUV 69.13 205.24 97.95 -
System Red Green Blue C M Y K H S L
Decimal 27 64 206 0.87 0.69 0 0.19 227.6 0.77 0.46
Hex 1B 40 CE 57 45 0 13 E4 4D 2E
Octal 33 100 316 127 105 0 23 344 115 56
Binary 11011 1000000 11001110 1010111 1000101 0 10011 11100100 1001101 101110

Color Harmonies of #1B40CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B40CE

Black with #1B40CE

Text Example


Text Example

White with #1B40CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,64,206); }

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

background-color css

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

 a { background-color: rgb(27,64,206); }

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

border-color css

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

 span { border-color: rgb(27,64,206); }

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