#0065aa

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

Shades of Cerulean #0065AA

Tints of Cerulean #0065AA

Color information

#0065AA (or 0x0065AA) is unknown color: approx Cerulean. HEX triplet: 00, 65 and AA. RGB value is (0,101,170). Sum of RGB (Red+Green+Blue) = 0+101+170=271 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 271); Green value is 101 (39.84% from 255 or 37.27% from 271); Blue value is 170 (66.80% from 255 or 62.73% from 271); Max value from RGB is 170 - color contains mainly: blue. Hex color #0065AA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0065AA is #FF9A55. Grayscale: #4E4E4E. Windows color (decimal): -16751190 or 11166976. OLE color: 11166976.

HSL color Cylindrical-coordinate representation of color #0065AA: hue angle of 204.35º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0065AA is Cyan = 1, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB0101170-
CMYK10.4100.33
HSL204.35º100%33.33%-
HSV(B)204.35º100%66.67%-
XYZ11.9112.2139.76-
YUV78.67179.5471.89-

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) = 37.27%
BLUE value IS 170 (66.80% from 255) = 62.73%
R=0%
G=37.27%
B=62.73%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal010117010.4100.33204.3510033.33
Hex065AA6429021cc6421
Octal01452521445104131414441
Binary011001011010101011001001010010100001110011001100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0065aa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0065aa; }

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

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

<style>
 a { background-color: #0065aa; }

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

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

<style>
 span { border-color: #0065aa; }

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

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