Html Css Color HEX #065FF2 Navy Blue

📋 copy color: '#065FF2'

red 6 ◦ green 95 ◦ blue 242

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

Shades of Navy Blue #065FF2

Tints of Navy Blue #065FF2

RGB

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

 GREEN value IS 95 (37.5% from 255) = 27.7%

 BLUE value IS 242 (94.92% from 255) = 70.55%

R = 1.75%
G = 27.7%
B = 70.55%

CMYK

 C value IS 0.98

 M value IS 0.61

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#065FF2 (or 0x065FF2) is known color: Navy Blue. HEX triplet: 06, 5F and F2. RGB value is (6,95,242). Sum of RGB (Red+Green+Blue) = 6+95+242=343 (45% of max value = 765). Red value is 6 (2.73% from 255 or 1.75% from 343); Green value is 95 (37.5% from 255 or 27.70% from 343); Blue value is 242 (94.92% from 255 or 70.55% from 343); Max value from RGB is 242 - color contains mainly: blue. Hex color #065FF2 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #065FF2 is #F9A00D. Grayscale: #545454. Windows color (decimal): -16359438 or 15884038. OLE color: 15884038.

HSL color Cylindrical-coordinate representation of color #065FF2: hue angle of 217.37º degrees, saturation: 0.95, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #065FF2 is Cyan = 0.98, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 6 95 242 -
CMYK 0.98 0.61 0 0.05
HSL 217.37º 0.95% 0.49% -
HSV(B) 217.37º 0.98% 0.95% -
XYZ 20.19 14.63 85.76 -
YUV 85.15 216.51 71.55 -
System Red Green Blue C M Y K H S L
Decimal 6 95 242 0.98 0.61 0 0.05 217.37 0.95 0.49
Hex 6 5F F2 62 3D 0 5 D9 5F 31
Octal 6 137 362 142 75 0 5 331 137 61
Binary 110 1011111 11110010 1100010 111101 0 101 11011001 1011111 110001

Color Harmonies of #065FF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065FF2

Black with #065FF2

Text Example


Text Example

White with #065FF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,95,242); }

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

background-color css

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

 a { background-color: rgb(6,95,242); }

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

border-color css

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

 span { border-color: rgb(6,95,242); }

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