Html Css Color HEX #065FFD Navy Blue

📋 copy color: '#065FFD'

red 6 ◦ green 95 ◦ blue 253

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

Shades of Navy Blue #065FFD

Tints of Navy Blue #065FFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 71.47%

R = 1.69%
G = 26.84%
B = 71.47%

CMYK

 C value IS 0.98

 M value IS 0.62

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#065FFD (or 0x065FFD) is known color: Navy Blue. HEX triplet: 06, 5F and FD. RGB value is (6,95,253). Sum of RGB (Red+Green+Blue) = 6+95+253=354 (46% of max value = 765). Red value is 6 (2.73% from 255 or 1.69% from 354); Green value is 95 (37.5% from 255 or 26.84% from 354); Blue value is 253 (99.22% from 255 or 71.47% from 354); Max value from RGB is 253 - color contains mainly: blue. Hex color #065FFD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #065FFD is #F9A002. Grayscale: #555555. Windows color (decimal): -16359427 or 16604934. OLE color: 16604934.

HSL color Cylindrical-coordinate representation of color #065FFD: hue angle of 218.38º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #065FFD is Cyan = 0.98, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 6 95 253 -
CMYK 0.98 0.62 0 0.01
HSL 218.38º 0.98% 0.51% -
HSV(B) 218.38º 0.98% 0.99% -
XYZ 21.9 15.31 94.73 -
YUV 86.4 222.01 70.65 -
System Red Green Blue C M Y K H S L
Decimal 6 95 253 0.98 0.62 0 0.01 218.38 0.98 0.51
Hex 6 5F FD 62 3E 0 1 DA 62 33
Octal 6 137 375 142 76 0 1 332 142 63
Binary 110 1011111 11111101 1100010 111110 0 1 11011010 1100010 110011

Color Harmonies of #065FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065FFD

Black with #065FFD

Text Example


Text Example

White with #065FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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