Html Css Color HEX #1B28BC Persian Blue

📋 copy color: '#1B28BC'

red 27 ◦ green 40 ◦ blue 188

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

Shades of Persian Blue #1B28BC

Tints of Persian Blue #1B28BC

RGB

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

 GREEN value IS 40 (16.02% from 255) = 15.69%

 BLUE value IS 188 (73.83% from 255) = 73.73%

R = 10.59%
G = 15.69%
B = 73.73%

CMYK

 C value IS 0.86

 M value IS 0.79

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#1B28BC (or 0x1B28BC) is known color: Persian Blue. HEX triplet: 1B, 28 and BC. RGB value is (27,40,188). Sum of RGB (Red+Green+Blue) = 27+40+188=255 (33% of max value = 765). Red value is 27 (10.94% from 255 or 10.59% from 255); Green value is 40 (16.02% from 255 or 15.69% from 255); Blue value is 188 (73.83% from 255 or 73.73% from 255); Max value from RGB is 188 - color contains mainly: blue. Hex color #1B28BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1B28BC is #E4D743. Grayscale: #343434. Windows color (decimal): -14997316 or 12331035. OLE color: 12331035.

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

Color convert

RGB 27 40 188 -
CMYK 0.86 0.79 0 0.26
HSL 235.16º 0.75% 0.42% -
HSV(B) 235.16º 0.86% 0.74% -
XYZ 10.29 5.38 48.07 -
YUV 52.99 204.19 109.47 -
System Red Green Blue C M Y K H S L
Decimal 27 40 188 0.86 0.79 0 0.26 235.16 0.75 0.42
Hex 1B 28 BC 56 4F 0 1A EB 4B 2A
Octal 33 50 274 126 117 0 32 353 113 52
Binary 11011 101000 10111100 1010110 1001111 0 11010 11101011 1001011 101010

Color Harmonies of #1B28BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B28BC

Black with #1B28BC

Text Example


Text Example

White with #1B28BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,40,188); }

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

background-color css

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

 a { background-color: rgb(27,40,188); }

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

border-color css

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

 span { border-color: rgb(27,40,188); }

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