Html Css Color HEX #1B28EA Persian Blue

📋 copy color: '#1B28EA'

red 27 ◦ green 40 ◦ blue 234

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

Shades of Persian Blue #1B28EA

Tints of Persian Blue #1B28EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 77.74%

R = 8.97%
G = 13.29%
B = 77.74%

CMYK

 C value IS 0.88

 M value IS 0.83

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#1B28EA (or 0x1B28EA) is known color: Persian Blue. HEX triplet: 1B, 28 and EA. RGB value is (27,40,234). Sum of RGB (Red+Green+Blue) = 27+40+234=301 (39% of max value = 765). Red value is 27 (10.94% from 255 or 8.97% from 301); Green value is 40 (16.02% from 255 or 13.29% from 301); Blue value is 234 (91.80% from 255 or 77.74% from 301); Max value from RGB is 234 - color contains mainly: blue. Hex color #1B28EA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1B28EA is #E4D715. Grayscale: #393939. Windows color (decimal): -14997270 or 15345691. OLE color: 15345691.

HSL color Cylindrical-coordinate representation of color #1B28EA: hue angle of 236.23º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1B28EA is Cyan = 0.88, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 27 40 234 -
CMYK 0.88 0.83 0 0.08
HSL 236.23º 0.83% 0.51% -
HSV(B) 236.23º 0.88% 0.92% -
XYZ 16.06 7.69 78.48 -
YUV 58.23 227.19 105.73 -
System Red Green Blue C M Y K H S L
Decimal 27 40 234 0.88 0.83 0 0.08 236.23 0.83 0.51
Hex 1B 28 EA 58 53 0 8 EC 53 33
Octal 33 50 352 130 123 0 10 354 123 63
Binary 11011 101000 11101010 1011000 1010011 0 1000 11101100 1010011 110011

Color Harmonies of #1B28EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B28EA

Black with #1B28EA

Text Example


Text Example

White with #1B28EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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