Html Css Color HEX #1B33BA Persian Blue

📋 copy color: '#1B33BA'

red 27 ◦ green 51 ◦ blue 186

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

Shades of Persian Blue #1B33BA

Tints of Persian Blue #1B33BA

RGB

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

 GREEN value IS 51 (20.31% from 255) = 19.32%

 BLUE value IS 186 (73.05% from 255) = 70.45%

R = 10.23%
G = 19.32%
B = 70.45%

CMYK

 C value IS 0.85

 M value IS 0.73

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1B33BA (or 0x1B33BA) is known color: Persian Blue. HEX triplet: 1B, 33 and BA. RGB value is (27,51,186). Sum of RGB (Red+Green+Blue) = 27+51+186=264 (34% of max value = 765). Red value is 27 (10.94% from 255 or 10.23% from 264); Green value is 51 (20.31% from 255 or 19.32% from 264); Blue value is 186 (73.05% from 255 or 70.45% from 264); Max value from RGB is 186 - color contains mainly: blue. Hex color #1B33BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1B33BA is #E4CC45. Grayscale: #3A3A3A. Windows color (decimal): -14994502 or 12202779. OLE color: 12202779.

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

Color convert

RGB 27 51 186 -
CMYK 0.85 0.73 0 0.27
HSL 230.94º 0.75% 0.42% -
HSV(B) 230.94º 0.85% 0.73% -
XYZ 10.5 6.15 47.09 -
YUV 59.21 199.55 105.02 -
System Red Green Blue C M Y K H S L
Decimal 27 51 186 0.85 0.73 0 0.27 230.94 0.75 0.42
Hex 1B 33 BA 55 49 0 1B E7 4B 2A
Octal 33 63 272 125 111 0 33 347 113 52
Binary 11011 110011 10111010 1010101 1001001 0 11011 11100111 1001011 101010

Color Harmonies of #1B33BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B33BA

Black with #1B33BA

Text Example


Text Example

White with #1B33BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,51,186); }

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

background-color css

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

 a { background-color: rgb(27,51,186); }

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

border-color css

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

 span { border-color: rgb(27,51,186); }

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