#0D7EB1

Color #0D7EB1 Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cerulean #0D7EB1

Tints of Cerulean #0D7EB1

Color information

#0D7EB1 (or 0x0D7EB1) is unknown color: approx Cerulean. HEX triplet: 0D, 7E and B1. RGB value is (13,126,177). Sum of RGB (Red+Green+Blue) = 13+126+177=316 (41% of max value = 765). Red value is 13 (5.47% from 255 or 4.11% from 316); Green value is 126 (49.61% from 255 or 39.87% from 316); Blue value is 177 (69.53% from 255 or 56.01% from 316); Max value from RGB is 177 - color contains mainly: blue. Hex color #0D7EB1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0D7EB1 is #F2814E. Grayscale: #616161. Windows color (decimal): -15892815 or 11632141. OLE color: 11632141.

HSL color Cylindrical-coordinate representation of color #0D7EB1: hue angle of 198.66º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0D7EB1 is Cyan = 0.93, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB13126177-
CMYK0.930.2900.31
HSL198.66º86.32%37.25%-
HSV(B)198.66º92.66%69.41%-
XYZ15.5618.1844.28-
YUV98.03172.5667.35-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 4.11%
GREEN value IS 126 (49.61% from 255) = 39.87%
BLUE value IS 177 (69.53% from 255) = 56.01%
R=4.11%
G=39.87%
B=56.01%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal131261770.930.2900.31198.6686.3237.25
HexD7EB15D1D01Fc75625
Octal151762611353503730712645
Binary1101111111010110001101110111101011111110001111010110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D7EB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,126,177); }

 H1.HeaderClassName
 {
   color: #0D7EB1;
 }
 .AnyTagClassName
 {
   color: #0D7EB1;
 }
</style>
background-color css

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

 a { background-color: rgb(13,126,177); }

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

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

 span { border-color: rgb(13,126,177); }

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