Html Css Color HEX #0E29CA Persian Blue

📋 copy color: '#0E29CA'

red 14 ◦ green 41 ◦ blue 202

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

Shades of Persian Blue #0E29CA

Tints of Persian Blue #0E29CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 78.6%

R = 5.45%
G = 15.95%
B = 78.6%

CMYK

 C value IS 0.93

 M value IS 0.80

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#0E29CA (or 0x0E29CA) is known color: Persian Blue. HEX triplet: 0E, 29 and CA. RGB value is (14,41,202). Sum of RGB (Red+Green+Blue) = 14+41+202=257 (34% of max value = 765). Red value is 14 (5.86% from 255 or 5.45% from 257); Green value is 41 (16.41% from 255 or 15.95% from 257); Blue value is 202 (79.30% from 255 or 78.60% from 257); Max value from RGB is 202 - color contains mainly: blue. Hex color #0E29CA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0E29CA is #F1D635. Grayscale: #323232. Windows color (decimal): -15849014 or 13248782. OLE color: 13248782.

HSL color Cylindrical-coordinate representation of color #0E29CA: hue angle of 231.38º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0E29CA is Cyan = 0.93, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 14 41 202 -
CMYK 0.93 0.80 0 0.21
HSL 231.38º 0.87% 0.42% -
HSV(B) 231.38º 0.93% 0.79% -
XYZ 11.63 5.94 56.41 -
YUV 51.28 213.05 101.41 -
System Red Green Blue C M Y K H S L
Decimal 14 41 202 0.93 0.80 0 0.21 231.38 0.87 0.42
Hex E 29 CA 5D 50 0 15 E7 57 2A
Octal 16 51 312 135 120 0 25 347 127 52
Binary 1110 101001 11001010 1011101 1010000 0 10101 11100111 1010111 101010

Color Harmonies of #0E29CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E29CA

Black with #0E29CA

Text Example


Text Example

White with #0E29CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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