Html Css Color HEX #0E28BB Persian Blue

📋 copy color: '#0E28BB'

red 14 ◦ green 40 ◦ blue 187

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

Shades of Persian Blue #0E28BB

Tints of Persian Blue #0E28BB

RGB

 RED value IS 14 (5.86% from 255) = 5.81%

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

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

R = 5.81%
G = 16.6%
B = 77.59%

CMYK

 C value IS 0.93

 M value IS 0.79

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0E28BB (or 0x0E28BB) is known color: Persian Blue. HEX triplet: 0E, 28 and BB. RGB value is (14,40,187). Sum of RGB (Red+Green+Blue) = 14+40+187=241 (31% of max value = 765). Red value is 14 (5.86% from 255 or 5.81% from 241); Green value is 40 (16.02% from 255 or 16.60% from 241); Blue value is 187 (73.44% from 255 or 77.59% from 241); Max value from RGB is 187 - color contains mainly: blue. Hex color #0E28BB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0E28BB is #F1D744. Grayscale: #303030. Windows color (decimal): -15849285 or 12265486. OLE color: 12265486.

HSL color Cylindrical-coordinate representation of color #0E28BB: hue angle of 230.98º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0E28BB is Cyan = 0.93, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 14 40 187 -
CMYK 0.93 0.79 0 0.27
HSL 230.98º 0.86% 0.39% -
HSV(B) 230.98º 0.93% 0.73% -
XYZ 9.91 5.2 47.49 -
YUV 48.98 205.89 103.05 -
System Red Green Blue C M Y K H S L
Decimal 14 40 187 0.93 0.79 0 0.27 230.98 0.86 0.39
Hex E 28 BB 5D 4F 0 1B E7 56 27
Octal 16 50 273 135 117 0 33 347 126 47
Binary 1110 101000 10111011 1011101 1001111 0 11011 11100111 1010110 100111

Color Harmonies of #0E28BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E28BB

Black with #0E28BB

Text Example


Text Example

White with #0E28BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0E28BB; }

 p { color: rgb(14,40,187); }

 H1.HeaderClassName
 {
   color: #0E28BB;
 }
 .AnyTagClassName
 {
   color: #0E28BB;
 }
</style>

background-color css

<style>
 a { background-color: #0E28BB; }

 a { background-color: rgb(14,40,187); }

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

border-color css

<style>
 span { border-color: #0E28BB; }

 span { border-color: rgb(14,40,187); }

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