Html Css Color HEX #1B3CBB Persian Blue

📋 copy color: '#1B3CBB'

red 27 ◦ green 60 ◦ blue 187

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

Shades of Persian Blue #1B3CBB

Tints of Persian Blue #1B3CBB

RGB

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

 GREEN value IS 60 (23.83% from 255) = 21.9%

 BLUE value IS 187 (73.44% from 255) = 68.25%

R = 9.85%
G = 21.9%
B = 68.25%

CMYK

 C value IS 0.86

 M value IS 0.68

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1B3CBB (or 0x1B3CBB) is known color: Persian Blue. HEX triplet: 1B, 3C and BB. RGB value is (27,60,187). Sum of RGB (Red+Green+Blue) = 27+60+187=274 (36% of max value = 765). Red value is 27 (10.94% from 255 or 9.85% from 274); Green value is 60 (23.83% from 255 or 21.90% from 274); Blue value is 187 (73.44% from 255 or 68.25% from 274); Max value from RGB is 187 - color contains mainly: blue. Hex color #1B3CBB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1B3CBB is #E4C344. Grayscale: #404040. Windows color (decimal): -14992197 or 12270619. OLE color: 12270619.

HSL color Cylindrical-coordinate representation of color #1B3CBB: hue angle of 227.62º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1B3CBB is Cyan = 0.86, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 27 60 187 -
CMYK 0.86 0.68 0 0.27
HSL 227.63º 0.75% 0.42% -
HSV(B) 227.63º 0.86% 0.73% -
XYZ 11.04 7.05 47.79 -
YUV 64.61 197.07 101.17 -
System Red Green Blue C M Y K H S L
Decimal 27 60 187 0.86 0.68 0 0.27 227.63 0.75 0.42
Hex 1B 3C BB 56 44 0 1B E4 4B 2A
Octal 33 74 273 126 104 0 33 344 113 52
Binary 11011 111100 10111011 1010110 1000100 0 11011 11100100 1001011 101010

Color Harmonies of #1B3CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B3CBB

Black with #1B3CBB

Text Example


Text Example

White with #1B3CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,60,187); }

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

background-color css

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

 a { background-color: rgb(27,60,187); }

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

border-color css

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

 span { border-color: rgb(27,60,187); }

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