Html Css Color HEX #0E33BC Persian Blue

📋 copy color: '#0E33BC'

red 14 ◦ green 51 ◦ blue 188

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

Shades of Persian Blue #0E33BC

Tints of Persian Blue #0E33BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 74.31%

R = 5.53%
G = 20.16%
B = 74.31%

CMYK

 C value IS 0.93

 M value IS 0.73

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0E33BC (or 0x0E33BC) is known color: Persian Blue. HEX triplet: 0E, 33 and BC. RGB value is (14,51,188). Sum of RGB (Red+Green+Blue) = 14+51+188=253 (33% of max value = 765). Red value is 14 (5.86% from 255 or 5.53% from 253); Green value is 51 (20.31% from 255 or 20.16% from 253); Blue value is 188 (73.83% from 255 or 74.31% from 253); Max value from RGB is 188 - color contains mainly: blue. Hex color #0E33BC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0E33BC is #F1CC43. Grayscale: #363636. Windows color (decimal): -15846468 or 12333838. OLE color: 12333838.

HSL color Cylindrical-coordinate representation of color #0E33BC: hue angle of 227.24º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0E33BC is Cyan = 0.93, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 14 51 188 -
CMYK 0.93 0.73 0 0.26
HSL 227.24º 0.86% 0.4% -
HSV(B) 227.24º 0.93% 0.74% -
XYZ 10.44 6.09 48.2 -
YUV 55.56 202.74 98.36 -
System Red Green Blue C M Y K H S L
Decimal 14 51 188 0.93 0.73 0 0.26 227.24 0.86 0.4
Hex E 33 BC 5D 49 0 1A E3 56 28
Octal 16 63 274 135 111 0 32 343 126 50
Binary 1110 110011 10111100 1011101 1001001 0 11010 11100011 1010110 101000

Color Harmonies of #0E33BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E33BC

Black with #0E33BC

Text Example


Text Example

White with #0E33BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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