#065D92

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

Shades of Dark Cerulean #065D92

Tints of Dark Cerulean #065D92

Color information

#065D92 (or 0x065D92) is unknown color: approx Dark Cerulean. HEX triplet: 06, 5D and 92. RGB value is (6,93,146). Sum of RGB (Red+Green+Blue) = 6+93+146=245 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.45% from 245); Green value is 93 (36.72% from 255 or 37.96% from 245); Blue value is 146 (57.42% from 255 or 59.59% from 245); Max value from RGB is 146 - color contains mainly: blue. Hex color #065D92 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #065D92 is #F9A26D. Grayscale: #484848. Windows color (decimal): -16360046 or 9592070. OLE color: 9592070.

HSL color Cylindrical-coordinate representation of color #065D92: hue angle of 202.71º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #065D92 is Cyan = 0.96, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB693146-
CMYK0.960.3600.43
HSL202.71º92.11%29.8%-
HSV(B)202.71º95.89%57.25%-
XYZ9.189.9428.63-
YUV73.03169.1880.19-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.45%
GREEN value IS 93 (36.72% from 255) = 37.96%
BLUE value IS 146 (57.42% from 255) = 59.59%
R=2.45%
G=37.96%
B=59.59%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal6931460.960.3600.43202.7192.1129.8
Hex65D92602402Bcb5c1e
Octal61352221404405331313436
Binary1101011101100100101100000100100010101111001011101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065D92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #065D92; }

 p { color: rgb(6,93,146); }

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

<style>
 a { background-color: #065D92; }

 a { background-color: rgb(6,93,146); }

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

<style>
 span { border-color: #065D92; }

 span { border-color: rgb(6,93,146); }

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