Html Css Color HEX #0E24BB Persian Blue

📋 copy color: '#0E24BB'

red 14 ◦ green 36 ◦ blue 187

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

Shades of Persian Blue #0E24BB

Tints of Persian Blue #0E24BB

RGB

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

 GREEN value IS 36 (14.45% from 255) = 15.19%

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

R = 5.91%
G = 15.19%
B = 78.9%

CMYK

 C value IS 0.93

 M value IS 0.81

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0E24BB (or 0x0E24BB) is known color: Persian Blue. HEX triplet: 0E, 24 and BB. RGB value is (14,36,187). Sum of RGB (Red+Green+Blue) = 14+36+187=237 (31% of max value = 765). Red value is 14 (5.86% from 255 or 5.91% from 237); Green value is 36 (14.45% from 255 or 15.19% from 237); Blue value is 187 (73.44% from 255 or 78.90% from 237); Max value from RGB is 187 - color contains mainly: blue. Hex color #0E24BB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0E24BB is #F1DB44. Grayscale: #2E2E2E. Windows color (decimal): -15850309 or 12264462. OLE color: 12264462.

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

Color convert

RGB 14 36 187 -
CMYK 0.93 0.81 0 0.27
HSL 232.37º 0.86% 0.39% -
HSV(B) 232.37º 0.93% 0.73% -
XYZ 9.78 4.94 47.45 -
YUV 46.64 207.21 104.72 -
System Red Green Blue C M Y K H S L
Decimal 14 36 187 0.93 0.81 0 0.27 232.37 0.86 0.39
Hex E 24 BB 5D 51 0 1B E8 56 27
Octal 16 44 273 135 121 0 33 350 126 47
Binary 1110 100100 10111011 1011101 1010001 0 11011 11101000 1010110 100111

Color Harmonies of #0E24BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E24BB

Black with #0E24BB

Text Example


Text Example

White with #0E24BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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