Html Css Color HEX #0E39BB Persian Blue

📋 copy color: '#0E39BB'

red 14 ◦ green 57 ◦ blue 187

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

Shades of Persian Blue #0E39BB

Tints of Persian Blue #0E39BB

RGB

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

 GREEN value IS 57 (22.66% from 255) = 22.09%

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

R = 5.43%
G = 22.09%
B = 72.48%

CMYK

 C value IS 0.93

 M value IS 0.70

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0E39BB (or 0x0E39BB) is known color: Persian Blue. HEX triplet: 0E, 39 and BB. RGB value is (14,57,187). Sum of RGB (Red+Green+Blue) = 14+57+187=258 (34% of max value = 765). Red value is 14 (5.86% from 255 or 5.43% from 258); Green value is 57 (22.66% from 255 or 22.09% from 258); Blue value is 187 (73.44% from 255 or 72.48% from 258); Max value from RGB is 187 - color contains mainly: blue. Hex color #0E39BB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0E39BB is #F1C644. Grayscale: #3A3A3A. Windows color (decimal): -15844933 or 12269838. OLE color: 12269838.

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

Color convert

RGB 14 57 187 -
CMYK 0.93 0.70 0 0.27
HSL 225.09º 0.86% 0.39% -
HSV(B) 225.09º 0.93% 0.73% -
XYZ 10.61 6.61 47.73 -
YUV 58.96 200.25 95.93 -
System Red Green Blue C M Y K H S L
Decimal 14 57 187 0.93 0.70 0 0.27 225.09 0.86 0.39
Hex E 39 BB 5D 46 0 1B E1 56 27
Octal 16 71 273 135 106 0 33 341 126 47
Binary 1110 111001 10111011 1011101 1000110 0 11011 11100001 1010110 100111

Color Harmonies of #0E39BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E39BB

Black with #0E39BB

Text Example


Text Example

White with #0E39BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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