Html Css Color HEX #0E45BB Persian Blue

📋 copy color: '#0E45BB'

red 14 ◦ green 69 ◦ blue 187

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

Shades of Persian Blue #0E45BB

Tints of Persian Blue #0E45BB

RGB

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

 GREEN value IS 69 (27.34% from 255) = 25.56%

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

R = 5.19%
G = 25.56%
B = 69.26%

CMYK

 C value IS 0.93

 M value IS 0.63

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0E45BB (or 0x0E45BB) is known color: Persian Blue. HEX triplet: 0E, 45 and BB. RGB value is (14,69,187). Sum of RGB (Red+Green+Blue) = 14+69+187=270 (35% of max value = 765). Red value is 14 (5.86% from 255 or 5.19% from 270); Green value is 69 (27.34% from 255 or 25.56% from 270); Blue value is 187 (73.44% from 255 or 69.26% from 270); Max value from RGB is 187 - color contains mainly: blue. Hex color #0E45BB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0E45BB is #F1BA44. Grayscale: #414141. Windows color (decimal): -15841861 or 12272910. OLE color: 12272910.

HSL color Cylindrical-coordinate representation of color #0E45BB: hue angle of 220.92º 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 #0E45BB is Cyan = 0.93, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 14 69 187 -
CMYK 0.93 0.63 0 0.27
HSL 220.92º 0.86% 0.39% -
HSV(B) 220.92º 0.93% 0.73% -
XYZ 11.28 7.94 47.95 -
YUV 66.01 196.28 90.91 -
System Red Green Blue C M Y K H S L
Decimal 14 69 187 0.93 0.63 0 0.27 220.92 0.86 0.39
Hex E 45 BB 5D 3F 0 1B DD 56 27
Octal 16 105 273 135 77 0 33 335 126 47
Binary 1110 1000101 10111011 1011101 111111 0 11011 11011101 1010110 100111

Color Harmonies of #0E45BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E45BB

Black with #0E45BB

Text Example


Text Example

White with #0E45BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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