#0665CD

Color #0665CD Navy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy Blue #0665CD

Tints of Navy Blue #0665CD

Color information

#0665CD (or 0x0665CD) is unknown color: approx Navy Blue. HEX triplet: 06, 65 and CD. RGB value is (6,101,205). Sum of RGB (Red+Green+Blue) = 6+101+205=312 (41% of max value = 765). Red value is 6 (2.73% from 255 or 1.92% from 312); Green value is 101 (39.84% from 255 or 32.37% from 312); Blue value is 205 (80.47% from 255 or 65.71% from 312); Max value from RGB is 205 - color contains mainly: blue. Hex color #0665CD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0665CD is #F99A32. Grayscale: #535353. Windows color (decimal): -16357939 or 13460742. OLE color: 13460742.

HSL color Cylindrical-coordinate representation of color #0665CD: hue angle of 211.36º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0665CD is Cyan = 0.97, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB6101205-
CMYK0.970.5100.20
HSL211.36º94.31%41.37%-
HSV(B)211.36º97.07%80.39%-
XYZ15.7513.7559.58-
YUV84.45196.0372.04-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.92%
GREEN value IS 101 (39.84% from 255) = 32.37%
BLUE value IS 205 (80.47% from 255) = 65.71%
R=1.92%
G=32.37%
B=65.71%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal61012050.970.5100.20211.3694.3141.37
Hex665CD6133014d35e29
Octal61453151416302432313651
Binary1101100101110011011100001110011010100110100111011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0665CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0665CD; }

 p { color: rgb(6,101,205); }

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

<style>
 a { background-color: #0665CD; }

 a { background-color: rgb(6,101,205); }

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

<style>
 span { border-color: #0665CD; }

 span { border-color: rgb(6,101,205); }

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