Html Css Color HEX #0E37BB Persian Blue

📋 copy color: '#0E37BB'

red 14 ◦ green 55 ◦ blue 187

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

Shades of Persian Blue #0E37BB

Tints of Persian Blue #0E37BB

RGB

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

 GREEN value IS 55 (21.88% from 255) = 21.48%

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

R = 5.47%
G = 21.48%
B = 73.05%

CMYK

 C value IS 0.93

 M value IS 0.71

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0E37BB (or 0x0E37BB) is known color: Persian Blue. HEX triplet: 0E, 37 and BB. RGB value is (14,55,187). Sum of RGB (Red+Green+Blue) = 14+55+187=256 (33% of max value = 765). Red value is 14 (5.86% from 255 or 5.47% from 256); Green value is 55 (21.88% from 255 or 21.48% from 256); Blue value is 187 (73.44% from 255 or 73.05% from 256); Max value from RGB is 187 - color contains mainly: blue. Hex color #0E37BB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0E37BB is #F1C844. Grayscale: #393939. Windows color (decimal): -15845445 or 12269326. OLE color: 12269326.

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

Color convert

RGB 14 55 187 -
CMYK 0.93 0.71 0 0.27
HSL 225.78º 0.86% 0.39% -
HSV(B) 225.78º 0.93% 0.73% -
XYZ 10.52 6.41 47.7 -
YUV 57.79 200.92 96.77 -
System Red Green Blue C M Y K H S L
Decimal 14 55 187 0.93 0.71 0 0.27 225.78 0.86 0.39
Hex E 37 BB 5D 47 0 1B E2 56 27
Octal 16 67 273 135 107 0 33 342 126 47
Binary 1110 110111 10111011 1011101 1000111 0 11011 11100010 1010110 100111

Color Harmonies of #0E37BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E37BB

Black with #0E37BB

Text Example


Text Example

White with #0E37BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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