Html Css Color HEX #0665FA Navy Blue

📋 copy color: '#0665FA'

red 6 ◦ green 101 ◦ blue 250

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

Shades of Navy Blue #0665FA

Tints of Navy Blue #0665FA

RGB

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

 GREEN value IS 101 (39.84% from 255) = 28.29%

 BLUE value IS 250 (98.05% from 255) = 70.03%

R = 1.68%
G = 28.29%
B = 70.03%

CMYK

 C value IS 0.98

 M value IS 0.60

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#0665FA (or 0x0665FA) is known color: Navy Blue. HEX triplet: 06, 65 and FA. RGB value is (6,101,250). Sum of RGB (Red+Green+Blue) = 6+101+250=357 (47% of max value = 765). Red value is 6 (2.73% from 255 or 1.68% from 357); Green value is 101 (39.84% from 255 or 28.29% from 357); Blue value is 250 (98.05% from 255 or 70.03% from 357); Max value from RGB is 250 - color contains mainly: blue. Hex color #0665FA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0665FA is #F99A05. Grayscale: #585858. Windows color (decimal): -16357894 or 16409862. OLE color: 16409862.

HSL color Cylindrical-coordinate representation of color #0665FA: hue angle of 216.64º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0665FA is Cyan = 0.98, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 6 101 250 -
CMYK 0.98 0.60 0 0.02
HSL 216.64º 0.96% 0.5% -
HSV(B) 216.64º 0.98% 0.98% -
XYZ 21.98 16.25 92.42 -
YUV 89.58 218.53 68.38 -
System Red Green Blue C M Y K H S L
Decimal 6 101 250 0.98 0.60 0 0.02 216.64 0.96 0.5
Hex 6 65 FA 62 3C 0 2 D9 60 32
Octal 6 145 372 142 74 0 2 331 140 62
Binary 110 1100101 11111010 1100010 111100 0 10 11011001 1100000 110010

Color Harmonies of #0665FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0665FA

Black with #0665FA

Text Example


Text Example

White with #0665FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0665FA;
 }
 .AnyTagClassName
 {
   color: #0665FA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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