Html Css Color HEX #0E33EA Persian Blue

📋 copy color: '#0E33EA'

red 14 ◦ green 51 ◦ blue 234

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

Shades of Persian Blue #0E33EA

Tints of Persian Blue #0E33EA

RGB

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

 GREEN value IS 51 (20.31% from 255) = 17.06%

 BLUE value IS 234 (91.8% from 255) = 78.26%

R = 4.68%
G = 17.06%
B = 78.26%

CMYK

 C value IS 0.94

 M value IS 0.78

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0E33EA (or 0x0E33EA) is known color: Persian Blue. HEX triplet: 0E, 33 and EA. RGB value is (14,51,234). Sum of RGB (Red+Green+Blue) = 14+51+234=299 (39% of max value = 765). Red value is 14 (5.86% from 255 or 4.68% from 299); Green value is 51 (20.31% from 255 or 17.06% from 299); Blue value is 234 (91.80% from 255 or 78.26% from 299); Max value from RGB is 234 - color contains mainly: blue. Hex color #0E33EA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0E33EA is #F1CC15. Grayscale: #3C3C3C. Windows color (decimal): -15846422 or 15348494. OLE color: 15348494.

HSL color Cylindrical-coordinate representation of color #0E33EA: hue angle of 229.91º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0E33EA is Cyan = 0.94, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 14 51 234 -
CMYK 0.94 0.78 0 0.08
HSL 229.91º 0.89% 0.49% -
HSV(B) 229.91º 0.94% 0.92% -
XYZ 16.22 8.4 78.61 -
YUV 60.8 225.74 94.62 -
System Red Green Blue C M Y K H S L
Decimal 14 51 234 0.94 0.78 0 0.08 229.91 0.89 0.49
Hex E 33 EA 5E 4E 0 8 E6 59 31
Octal 16 63 352 136 116 0 10 346 131 61
Binary 1110 110011 11101010 1011110 1001110 0 1000 11100110 1011001 110001

Color Harmonies of #0E33EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E33EA

Black with #0E33EA

Text Example


Text Example

White with #0E33EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,51,234); }

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

background-color css

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

 a { background-color: rgb(14,51,234); }

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

border-color css

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

 span { border-color: rgb(14,51,234); }

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