Html Css Color HEX #065ACB Navy Blue

📋 copy color: '#065ACB'

red 6 ◦ green 90 ◦ blue 203

#065ACB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Navy Blue #065ACB

Tints of Navy Blue #065ACB

RGB

 RED value IS 6 (2.73% from 255) = 2.01%

 GREEN value IS 90 (35.55% from 255) = 30.1%

 BLUE value IS 203 (79.69% from 255) = 67.89%

R = 2.01%
G = 30.1%
B = 67.89%

CMYK

 C value IS 0.97

 M value IS 0.56

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#065ACB (or 0x065ACB) is known color: Navy Blue. HEX triplet: 06, 5A and CB. RGB value is (6,90,203). Sum of RGB (Red+Green+Blue) = 6+90+203=299 (39% of max value = 765). Red value is 6 (2.73% from 255 or 2.01% from 299); Green value is 90 (35.55% from 255 or 30.10% from 299); Blue value is 203 (79.69% from 255 or 67.89% from 299); Max value from RGB is 203 - color contains mainly: blue. Hex color #065ACB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #065ACB is #F9A534. Grayscale: #4D4D4D. Windows color (decimal): -16360757 or 13326854. OLE color: 13326854.

HSL color Cylindrical-coordinate representation of color #065ACB: hue angle of 214.42º 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 #065ACB is Cyan = 0.97, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 6 90 203 -
CMYK 0.97 0.56 0 0.20
HSL 214.42º 0.94% 0.41% -
HSV(B) 214.42º 0.97% 0.8% -
XYZ 14.51 11.66 57.99 -
YUV 77.77 198.67 76.81 -
System Red Green Blue C M Y K H S L
Decimal 6 90 203 0.97 0.56 0 0.20 214.42 0.94 0.41
Hex 6 5A CB 61 38 0 14 D6 5E 29
Octal 6 132 313 141 70 0 24 326 136 51
Binary 110 1011010 11001011 1100001 111000 0 10100 11010110 1011110 101001

Color Harmonies of #065ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065ACB

Black with #065ACB

Text Example


Text Example

White with #065ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,90,203); }

 H1.HeaderClassName
 {
   color: #065ACB;
 }
 .AnyTagClassName
 {
   color: #065ACB;
 }
</style>

background-color css

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

 a { background-color: rgb(6,90,203); }

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

border-color css

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

 span { border-color: rgb(6,90,203); }

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