#00659A

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

Shades of Cerulean #00659A

Tints of Cerulean #00659A

Color information

#00659A (or 0x00659A) is unknown color: approx Cerulean. HEX triplet: 00, 65 and 9A. RGB value is (0,101,154). Sum of RGB (Red+Green+Blue) = 0+101+154=255 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 255); Green value is 101 (39.84% from 255 or 39.61% from 255); Blue value is 154 (60.55% from 255 or 60.39% from 255); Max value from RGB is 154 - color contains mainly: blue. Hex color #00659A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #00659A is #FF9A65. Grayscale: #4C4C4C. Windows color (decimal): -16751206 or 10118400. OLE color: 10118400.

HSL color Cylindrical-coordinate representation of color #00659A: hue angle of 200.65º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00659A is Cyan = 1, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB0101154-
CMYK10.3400.40
HSL200.65º100%30.2%-
HSV(B)200.65º100%60.39%-
XYZ10.4911.6432.27-
YUV76.84171.5473.19-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 101 (39.84% from 255) = 39.61%
BLUE value IS 154 (60.55% from 255) = 60.39%
R=0%
G=39.61%
B=60.39%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal010115410.3400.40200.6510030.2
Hex0659A6422028c9641e
Octal01452321444205031114436
Binary01100101100110101100100100010010100011001001110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00659A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00659A; }

 p { color: rgb(0,101,154); }

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

<style>
 a { background-color: #00659A; }

 a { background-color: rgb(0,101,154); }

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

<style>
 span { border-color: #00659A; }

 span { border-color: rgb(0,101,154); }

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