Html Css Color HEX #0E29BA Persian Blue

📋 copy color: '#0E29BA'

red 14 ◦ green 41 ◦ blue 186

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

Shades of Persian Blue #0E29BA

Tints of Persian Blue #0E29BA

RGB

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

 GREEN value IS 41 (16.41% from 255) = 17.01%

 BLUE value IS 186 (73.05% from 255) = 77.18%

R = 5.81%
G = 17.01%
B = 77.18%

CMYK

 C value IS 0.92

 M value IS 0.78

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0E29BA (or 0x0E29BA) is known color: Persian Blue. HEX triplet: 0E, 29 and BA. RGB value is (14,41,186). Sum of RGB (Red+Green+Blue) = 14+41+186=241 (31% of max value = 765). Red value is 14 (5.86% from 255 or 5.81% from 241); Green value is 41 (16.41% from 255 or 17.01% from 241); Blue value is 186 (73.05% from 255 or 77.18% from 241); Max value from RGB is 186 - color contains mainly: blue. Hex color #0E29BA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0E29BA is #F1D645. Grayscale: #303030. Windows color (decimal): -15849030 or 12200206. OLE color: 12200206.

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

Color convert

RGB 14 41 186 -
CMYK 0.92 0.78 0 0.27
HSL 230.58º 0.86% 0.39% -
HSV(B) 230.58º 0.92% 0.73% -
XYZ 9.84 5.22 46.94 -
YUV 49.46 205.05 102.71 -
System Red Green Blue C M Y K H S L
Decimal 14 41 186 0.92 0.78 0 0.27 230.58 0.86 0.39
Hex E 29 BA 5C 4E 0 1B E7 56 27
Octal 16 51 272 134 116 0 33 347 126 47
Binary 1110 101001 10111010 1011100 1001110 0 11011 11100111 1010110 100111

Color Harmonies of #0E29BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E29BA

Black with #0E29BA

Text Example


Text Example

White with #0E29BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,41,186); }

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

background-color css

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

 a { background-color: rgb(14,41,186); }

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

border-color css

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

 span { border-color: rgb(14,41,186); }

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