#065B8D

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

Shades of Dark Cerulean #065B8D

Tints of Dark Cerulean #065B8D

Color information

#065B8D (or 0x065B8D) is unknown color: approx Dark Cerulean. HEX triplet: 06, 5B and 8D. RGB value is (6,91,141). Sum of RGB (Red+Green+Blue) = 6+91+141=238 (31% of max value = 765). Red value is 6 (2.73% from 255 or 2.52% from 238); Green value is 91 (35.94% from 255 or 38.24% from 238); Blue value is 141 (55.47% from 255 or 59.24% from 238); Max value from RGB is 141 - color contains mainly: blue. Hex color #065B8D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #065B8D is #F9A472. Grayscale: #474747. Windows color (decimal): -16360563 or 9263878. OLE color: 9263878.

HSL color Cylindrical-coordinate representation of color #065B8D: hue angle of 202.22º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #065B8D is Cyan = 0.96, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB691141-
CMYK0.960.3500.45
HSL202.22º91.84%28.82%-
HSV(B)202.22º95.74%55.29%-
XYZ8.629.4426.57-
YUV71.28167.3481.43-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.52%
GREEN value IS 91 (35.94% from 255) = 38.24%
BLUE value IS 141 (55.47% from 255) = 59.24%
R=2.52%
G=38.24%
B=59.24%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal6911410.960.3500.45202.2291.8428.82
Hex65B8D602302Dca5c1d
Octal61332151404305531213435
Binary1101011011100011011100000100011010110111001010101110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065B8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,91,141); }

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

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

 a { background-color: rgb(6,91,141); }

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

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

 span { border-color: rgb(6,91,141); }

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