Html Css Color HEX #065BCF Navy Blue

📋 copy color: '#065BCF'

red 6 ◦ green 91 ◦ blue 207

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

Shades of Navy Blue #065BCF

Tints of Navy Blue #065BCF

RGB

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

 GREEN value IS 91 (35.94% from 255) = 29.93%

 BLUE value IS 207 (81.25% from 255) = 68.09%

R = 1.97%
G = 29.93%
B = 68.09%

CMYK

 C value IS 0.97

 M value IS 0.56

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#065BCF (or 0x065BCF) is known color: Navy Blue. HEX triplet: 06, 5B and CF. RGB value is (6,91,207). Sum of RGB (Red+Green+Blue) = 6+91+207=304 (40% of max value = 765). Red value is 6 (2.73% from 255 or 1.97% from 304); Green value is 91 (35.94% from 255 or 29.93% from 304); Blue value is 207 (81.25% from 255 or 68.09% from 304); Max value from RGB is 207 - color contains mainly: blue. Hex color #065BCF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #065BCF is #F9A430. Grayscale: #4E4E4E. Windows color (decimal): -16360497 or 13589254. OLE color: 13589254.

HSL color Cylindrical-coordinate representation of color #065BCF: hue angle of 214.63º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #065BCF is Cyan = 0.97, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 6 91 207 -
CMYK 0.97 0.56 0 0.19
HSL 214.63º 0.94% 0.42% -
HSV(B) 214.63º 0.97% 0.81% -
XYZ 15.08 12.03 60.56 -
YUV 78.81 200.34 76.07 -
System Red Green Blue C M Y K H S L
Decimal 6 91 207 0.97 0.56 0 0.19 214.63 0.94 0.42
Hex 6 5B CF 61 38 0 13 D7 5E 2A
Octal 6 133 317 141 70 0 23 327 136 52
Binary 110 1011011 11001111 1100001 111000 0 10011 11010111 1011110 101010

Color Harmonies of #065BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065BCF

Black with #065BCF

Text Example


Text Example

White with #065BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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