#00688D

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

Shades of Cerulean #00688D

Tints of Cerulean #00688D

Color information

#00688D (or 0x00688D) is unknown color: approx Cerulean. HEX triplet: 00, 68 and 8D. RGB value is (0,104,141). Sum of RGB (Red+Green+Blue) = 0+104+141=245 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 245); Green value is 104 (41.02% from 255 or 42.45% from 245); Blue value is 141 (55.47% from 255 or 57.55% from 245); Max value from RGB is 141 - color contains mainly: blue. Hex color #00688D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #00688D is #FF9772. Grayscale: #4C4C4C. Windows color (decimal): -16750451 or 9267200. OLE color: 9267200.

HSL color Cylindrical-coordinate representation of color #00688D: hue angle of 195.74º 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 #00688D is Cyan = 1, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB0104141-
CMYK10.2600.45
HSL195.74º100%27.65%-
HSV(B)195.74º100%55.29%-
XYZ9.7611.8226.97-
YUV77.12164.0472.99-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 104 (41.02% from 255) = 42.45%
BLUE value IS 141 (55.47% from 255) = 57.55%
R=0%
G=42.45%
B=57.55%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal010414110.2600.45195.7410027.65
Hex0688D641A02Dc4641c
Octal01502151443205530414434
Binary0110100010001101110010011010010110111000100110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00688D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00688D; }

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

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

<style>
 a { background-color: #00688D; }

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

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

<style>
 span { border-color: #00688D; }

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

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