#006D8D

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

Shades of Cerulean #006D8D

Tints of Cerulean #006D8D

Color information

#006D8D (or 0x006D8D) is unknown color: approx Cerulean. HEX triplet: 00, 6D and 8D. RGB value is (0,109,141). Sum of RGB (Red+Green+Blue) = 0+109+141=250 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 250); Green value is 109 (42.97% from 255 or 43.6% from 250); Blue value is 141 (55.47% from 255 or 56.4% from 250); Max value from RGB is 141 - color contains mainly: blue. Hex color #006D8D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #006D8D is #FF9272. Grayscale: #4F4F4F. Windows color (decimal): -16749171 or 9268480. OLE color: 9268480.

HSL color Cylindrical-coordinate representation of color #006D8D: hue angle of 193.62º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006D8D is Cyan = 1, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB0109141-
CMYK10.2300.45
HSL193.62º100%27.65%-
HSV(B)193.62º100%55.29%-
XYZ10.2812.8627.14-
YUV80.06162.3970.9-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 109 (42.97% from 255) = 43.6%
BLUE value IS 141 (55.47% from 255) = 56.4%
R=0%
G=43.6%
B=56.4%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal010914110.2300.45193.6210027.65
Hex06D8D641702Dc2641c
Octal01552151442705530214434
Binary0110110110001101110010010111010110111000010110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #006D8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #006D8D; }

 p { color: rgb(0,109,141); }

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

<style>
 a { background-color: #006D8D; }

 a { background-color: rgb(0,109,141); }

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

<style>
 span { border-color: #006D8D; }

 span { border-color: rgb(0,109,141); }

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